Skip to content

Commit

Permalink
try to fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
TkachenkoKaterina committed Sep 21, 2023
1 parent 0831202 commit 70e022b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ jobs:
npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.0
# uses: JamesIves/github-pages-deploy-action@4.1.0
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
ACCESS_TOKEN: ${{ secrets.GH_DOCS }}
branch: gh-pages
folder: dist
# FOLDER: docs/_site
CLEAN: true

0 comments on commit 70e022b

Please sign in to comment.