Skip to content

chore: add translation in albanian (#178) #41

chore: add translation in albanian (#178)

chore: add translation in albanian (#178) #41

Workflow file for this run

name: CD
on:
push:
branches:
- master
jobs:
deploy:
name: Build and deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn install
- name: Build
run: yarn run build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
cname: easings.net