Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ParticleG authored Jan 13, 2024
1 parent cb343f5 commit 4d6769b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4d6769b

Please sign in to comment.