From 2923a5f275954767be32d5cd2da01ed521b6dc9a Mon Sep 17 00:00:00 2001 From: velzie Date: Sat, 12 Oct 2024 22:09:01 -0400 Subject: [PATCH] fucking pages --- .github/workflows/main.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 14c573f..9bbeabd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,6 +39,8 @@ jobs: path: | dist/*.js dist/*.js.map + - name: build statics + run: bash buildstatic.sh upload: name: Upload release @@ -85,4 +87,7 @@ jobs: steps: - name: Deploy to GitHub Pages - uses: actions/deploy-pages@v2 + uses: peaceiris/actions-gh-pages@v3 + with: + github_token: ${{ github.token }} + publish_dir: ./staticbuild