Skip to content

Commit

Permalink
fix gh pages drop files that prefixed with underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
Waujito committed Mar 16, 2024
1 parent 55ebd15 commit ebda664
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy_github_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
- name: Build project
run: yarn nuxi generate

# Copy gh pages config
- name: Copy pages config
run: cp ./gh_pages_config.yml ./.output/public/_config.yml

# Deploy
- name: Deploy to Github Pages 🚀
uses: JamesIves/github-pages-deploy-action@v4
Expand Down
2 changes: 2 additions & 0 deletions web_frontend/gh_pages_config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include:
- nuxt/_*

0 comments on commit ebda664

Please sign in to comment.