Skip to content

Commit

Permalink
Docs CI (#1)
Browse files Browse the repository at this point in the history
* bump setup-node

* bump checkout

* install instead of ci

* packae lock maybe scuffed

* reenable ci
  • Loading branch information
EzePze authored Apr 14, 2024
1 parent 4523ebf commit a06eef0
Show file tree
Hide file tree
Showing 2 changed files with 423 additions and 3,639 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm ci
- run: npm run docs
- uses: actions/upload-pages-artifact@v2
Expand Down
Loading

0 comments on commit a06eef0

Please sign in to comment.