Skip to content

Commit

Permalink
Have deployed artifact with index.html at the top level since this is…
Browse files Browse the repository at this point in the history
… the entry file to GitHub Pages.
  • Loading branch information
javiarrobas committed Aug 31, 2023
1 parent 2c3560c commit 6d73072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/custom-web-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
# upload only /web directory
path: './web'
# upload only /web/_site directory.
path: './web/_site'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit 6d73072

Please sign in to comment.