Skip to content

Commit

Permalink
Try building themes pages (4)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablohirafuji authored Sep 10, 2024
1 parent 14b2c4f commit 5c01a81
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,11 @@ jobs:
cd ..
- name: Deploy demo
uses: JamesIves/github-pages-deploy-action@releases/v3
uses: JamesIves/github-pages-deploy-action@v4.6.4
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: gh-pages
FOLDER: demo/build
CLEAN: true
branch: gh-pages
folder: demo/build
clean: true

- name: Publish
uses: dillonkearns/elm-publish-action@master
Expand Down

0 comments on commit 5c01a81

Please sign in to comment.