Skip to content

Commit

Permalink
Refactor GitHub Pages deployment configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
devincowan committed Oct 1, 2024
1 parent c9e054a commit 7134d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: actions/upload-pages-artifact@v1
with:
# Upload dist repository
path: './templates/hs_discover'
path: dist
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1

0 comments on commit 7134d5d

Please sign in to comment.