diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 056ec5c..ddc8c4c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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