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 062b16f commit d5b29e2
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ jobs:
steps:
- name: Setup Pages
uses: actions/configure-pages@v5
# - name: Upload artifact
# uses: actions/upload-pages-artifact@v3
# with:
# # Upload entire repository
# path: '.'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
artifact_name: flhacker
# Upload entire repository
path: 'bin/index.html'
# - name: Deploy to GitHub Pages
# id: deployment
# uses: actions/deploy-pages@v4
# with:
# artifact_name: flhacker

0 comments on commit d5b29e2

Please sign in to comment.