Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
shiro committed Mar 27, 2024
1 parent 49e4b88 commit aa14ac9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
env:
BASE_PATH: /my-app/

- name: create .nojekyll
run: touch .output/public/.nojekyll

- name: deploy pages
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
branch: master
folder: .output/public
# - name: create .nojekyll
# run: touch .output/public/.nojekyll
#
# - name: deploy pages
# uses: JamesIves/github-pages-deploy-action@v4.5.0
# with:
# branch: master
# folder: .output/public

0 comments on commit aa14ac9

Please sign in to comment.