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 3880192
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:

permissions:
contents: write
contents: read
pages: write
id-token: write

Expand All @@ -28,12 +28,17 @@ 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
- name: deploy
uses: actions/upload-pages-artifact@v2
with:
branch: master
folder: .output/public
path: '.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 3880192

Please sign in to comment.