Skip to content

Commit

Permalink
feat: Automate the bin creation. Fixes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalourdio committed May 12, 2024
1 parent 1fc4dd9 commit c2a85de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: 'bin/index.html'
path: 'html'
# - name: Deploy to GitHub Pages
# id: deployment
# uses: actions/deploy-pages@v4
Expand Down
1 change: 1 addition & 0 deletions html/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Hello GH Pages

0 comments on commit c2a85de

Please sign in to comment.