Skip to content

Commit

Permalink
Fix deploy output folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugoo committed Jan 16, 2024
1 parent e6097ce commit 9d6405e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ jobs:
- name: Build 🛠
run: yarn build

- run: touch ./out/.nojekyll

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
branch: gh-pages # The branch the action should deploy to.
folder: out # The folder the action should deploy.
folder: build # The folder the action should deploy.

0 comments on commit 9d6405e

Please sign in to comment.