Skip to content

Commit

Permalink
remove github build prefix-path
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanolamalu committed Jul 26, 2022
1 parent 6d8237a commit 2a53de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: npm install
run: npm install --legacy-peer-deps
- name: build
run: npx gatsby build --prefix-paths
run: npx gatsby build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 2a53de2

Please sign in to comment.