Skip to content

Commit

Permalink
update gh-pages action
Browse files Browse the repository at this point in the history
  • Loading branch information
ffalt committed Mar 23, 2024
1 parent 6bee443 commit 1cca2cd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: publish

on:
workflow_dispatch:
permissions:
contents: write
jobs:
publish:
name: Publish
Expand Down Expand Up @@ -30,9 +32,7 @@ jobs:
touch ./dist/.nojekyll
- name: Deploy to GH Pages branch 🚀
uses: JamesIves/github-pages-deploy-action@releases/v4
uses: JamesIves/github-pages-deploy-action@v4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: dist # The folder the action should deploy.
CLEAN: true
folder: dist
clean: true

0 comments on commit 1cca2cd

Please sign in to comment.