Skip to content

Commit

Permalink
updated workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
wheattoast11 committed Nov 20, 2024
1 parent a2669c2 commit 4a48393
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
persist-credentials: false

- name: Install Node.js
uses: actions/setup-node@v4
Expand All @@ -33,4 +35,7 @@ jobs:
with:
folder: dist
branch: gh-pages
clean: true
clean: true
clean-exclude: |
.nojekyll
force: true

0 comments on commit 4a48393

Please sign in to comment.