Skip to content

Commit

Permalink
Update deploy-github-page.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
heimanba authored Jan 15, 2024
1 parent 163f858 commit fc96476
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-github-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ jobs:
- name: Build
run: |
npm install && npm run build
- name: Generate nojekyll
run: touch ./dist/.nojekyll
- name: Deploy
uses: peaceiris/[email protected]
env:
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: ./dist
with:
keepFiles: true
keepFiles: true

0 comments on commit fc96476

Please sign in to comment.