Skip to content

Commit

Permalink
fix secret
Browse files Browse the repository at this point in the history
  • Loading branch information
IshuaWang committed Oct 21, 2024
1 parent 09d22c6 commit b0c28ac
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Setup Node.js
uses: actions/setup-node@v4
with:
persist-credentials: false
node-version: 20
- name: Checkout
uses: actions/checkout@v4
- name: Install and Build
run: |
npm install
Expand Down

0 comments on commit b0c28ac

Please sign in to comment.