From 386cb53a789681e41ccb2e2c443239ce4991f1ee Mon Sep 17 00:00:00 2001 From: ettingshausen Date: Mon, 6 Nov 2023 23:21:27 +0800 Subject: [PATCH] update --- .github/workflows/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index da78563..512345b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,3 +15,9 @@ jobs: sudo apt-get install -y libxml2-utils chmod +x run.sh ./run.sh + + - name: Deploy to GitHub Pages + uses: peaceiris/actions-gh-pages@v3 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./public \ No newline at end of file