Skip to content

Commit

Permalink
Fix syntax on update-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Dec 22, 2024
1 parent 4db0479 commit 0705330
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Upload website
on:
push:
branches:
Expand All @@ -12,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
- persist-credentials: false
persist-credentials: false
- uses: actions/setup-node@v4
with:
node-version: '20'
Expand Down

0 comments on commit 0705330

Please sign in to comment.