From 4d6769bbab0400fa561ca7fc32c1624557aff168 Mon Sep 17 00:00:00 2001 From: Particle_G <38580644+ParticleG@users.noreply.github.com> Date: Sun, 14 Jan 2024 01:15:59 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1d6066c..a534496 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -49,17 +49,17 @@ jobs: notfound_html_file.seek(0) notfound_html_file.truncate() notfound_html_file.write(notfound_html) - - name: Deploy to GitHub Pages - uses: crazy-max/ghaction-github-pages@v3 - env: - DIST_PATH: ./dist/pwa - GH_PAT: ${{ secrets.FINE_PAT }} - with: - build_dir: ${{ env.DIST_PATH }} - fqdn: dev.studio26f.org - keep_history: false - repo: 26F-Studio/26F-Studio.github.io - target_branch: main + # - name: Deploy to GitHub Pages + # uses: crazy-max/ghaction-github-pages@v3 + # env: + # DIST_PATH: ./dist/pwa + # GH_PAT: ${{ secrets.FINE_PAT }} + # with: + # build_dir: ${{ env.DIST_PATH }} + # fqdn: dev.studio26f.org + # keep_history: false + # repo: 26F-Studio/26F-Studio.github.io + # target_branch: main - name: Upload artifact uses: actions/upload-artifact@v3 env: