Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lutra-Fs authored Aug 9, 2023
1 parent f7a17cd commit 10e1e84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@ jobs:
- run: npm run build --if-present
working-directory: ./main
- run: touch ./main/dist/.nojekyll
- run: cp -r ./main/dist ./website/
- name: Deploy to GitHub Pages
uses: JamesIves/[email protected]
with:
branch: gh-pages
# The folder in your repository that you want to deploy. If your build script compiles into a directory named build you would put it here. Folder paths cannot have a leading / or ./. If you wish to deploy the root directory you can place a . here.
folder: ./main/dist
folder: ./website/dist
# If you would like to push the contents of the deployment folder into a specific directory on the deployment branch you can specify it here.

0 comments on commit 10e1e84

Please sign in to comment.