Merge branch 'master' of github.com:anatolykopyl/worktime

This commit is contained in:
2021-08-07 17:27:35 +03:00

View File

@@ -23,10 +23,9 @@ jobs:
- run: npm install
- name: Deploy
uses: crazy-max/ghaction-github-pages@v1
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
target_branch: gh-pages
build_dir: dist
env:
GITHUB_TOKEN: ${{secrets.GITHUB_REPO_TOKEN}}
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: dist