Skip to content

Commit

Permalink
Update docs action
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimenpsyonal authored Jan 17, 2024
1 parent f269b86 commit 6215f15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
name: Build and deploy docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4.1.1

- uses: actions/setup-node@v2
- uses: actions/setup-node@v4.0.1
with:
node-version: "16"

Expand All @@ -24,4 +24,4 @@ jobs:
git config --global user.name "github-actions-bot"
moonwave build --publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6215f15

Please sign in to comment.