Skip to content

Commit

Permalink
test pushing stuff by github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronyicongfu committed Oct 30, 2024
1 parent 18f9f2a commit afb6364
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
default: false

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

Expand Down Expand Up @@ -44,6 +44,12 @@ jobs:
with:
path: './docs/build/html'

- name: Push artifact to gh-pages branch
run: |
pwd
&& cd ./docs/build/html
&& pwd
deploy:
needs: build
environment:
Expand Down

0 comments on commit afb6364

Please sign in to comment.