Skip to content

Commit

Permalink
Merge pull request #11 from project-kardeshev/develop
Browse files Browse the repository at this point in the history
fix(action): fix publish docs action
  • Loading branch information
atticusofsparta authored Oct 25, 2024
2 parents 2f2e0f8 + c41545f commit d1b3a31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node_version: [18.x, 20.x]
node_version: [20.x]
command: ['lint', 'format', 'build']
steps:
- uses: actions/checkout@v4
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,15 @@ on:
workflow_dispatch:
workflow_call:
jobs:
build:
uses: ./.github/workflows/build.yml
secrets: inherit
publish:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v2
with:
node-version: 18.x
- run: yarn --frozen-lockfile
- run: yarn build
- run: yarn publish-docs
env:
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.19.1
v20.15.0

0 comments on commit d1b3a31

Please sign in to comment.