Skip to content

Commit

Permalink
catalog dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferror committed Sep 15, 2024
1 parent 869a5fa commit 7d6abb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ jobs:

-
name: Add .nojekyll file to catalog
run: cd catalog/out/ && touch .nojekyll
run: cd catalog/dist/ && touch .nojekyll

-
name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: catalog/out/ # The folder the action should deploy.
folder: catalog/dist/ # The folder the action should deploy.
branch: website # The branch the action should deploy.

0 comments on commit 7d6abb3

Please sign in to comment.