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 - run: npm install
- name: Deploy - name: Deploy
uses: crazy-max/ghaction-github-pages@v1 uses: JamesIves/github-pages-deploy-action@releases/v3
with: with:
target_branch: gh-pages ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
build_dir: dist BRANCH: gh-pages
env: FOLDER: dist
GITHUB_TOKEN: ${{secrets.GITHUB_REPO_TOKEN}}