From d5b29e2cd9b72b4b74a98ee2d9e4b06ffb53a63c Mon Sep 17 00:00:00 2001 From: Michel Palourdio Date: Sun, 12 May 2024 11:20:18 +0200 Subject: [PATCH] feat: Automate the bin creation. Fixes #2 --- .github/workflows/main.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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