Skip to content

Commit

Permalink
CI: Bump dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jserv committed Dec 2, 2023
1 parent a12f58d commit 1b6b213
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
runs-on: ubuntu-latest
env:
MY_SECRET : ${{secrets.GH_ACCESS_TOKEN}}
USER_NAME : jserv
USER_EMAIL : jserv.tw@gmail.com
USER_NAME : ${{secrets.GH_USERNAME}}
USER_EMAIL : ${{secrets.GH_EMAIL}}
BOOK_DIR : .

steps:
- name: Checkout 🛎️
uses: actions/checkout@v3.0.1
uses: actions/checkout@v4
- name: Build and Deploy 🚀
uses: onejar99/gitbook-build-publish-action@v1.0.2
uses: onejar99/gitbook-build-publish-action@v1.0.3

0 comments on commit 1b6b213

Please sign in to comment.