From c2a85def59b0c5c804b463d534f67f4d5c44fa57 Mon Sep 17 00:00:00 2001 From: Michel Palourdio Date: Sun, 12 May 2024 11:24:37 +0200 Subject: [PATCH] feat: Automate the bin creation. Fixes #2 --- .github/workflows/main.yml | 2 +- html/index.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 html/index.html diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 94d8ff6..5fd2f93 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/html/index.html b/html/index.html new file mode 100644 index 0000000..7cf0f0a --- /dev/null +++ b/html/index.html @@ -0,0 +1 @@ +Hello GH Pages