Skip to content

Commit

Permalink
Merge pull request #5 from corradevops/layer/upgrade-docusaurus-v3
Browse files Browse the repository at this point in the history
Upgrading to docusaurus v3
  • Loading branch information
anishcorratech authored Dec 24, 2023
2 parents f679a1e + 510c270 commit ebcdaef
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,6 @@ jobs:
RUNNER_CONTEXT: ${{ toJson(runner) }}
run: echo "$RUNNER_CONTEXT"

- uses: actions/setup-node@v4
with:
node-version: '18.19.0'
cache: yarn
cache-dependency-path: ${{ runner.os }}-${{ env.WORKDIR }}-${{ hashFiles('**/yarn.lock') }}
#cache-dependency-path: website/package.json

- name: Get yarn cache
id: yarn-cache
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand All @@ -54,6 +47,13 @@ jobs:
restore-keys: |
${{ runner.os }}-${{ env.WORKDIR }}-
- uses: actions/setup-node@v4
with:
node-version: '18.19.0'
cache: yarn
cache-dependency-path: ${{ runner.os }}-${{ env.WORKDIR }}-${{ hashFiles('**/yarn.lock') }}
#cache-dependency-path: website/package.json

- name: Install dependencies
run: yarn --cwd website install --frozen-lockfile

Expand Down

0 comments on commit ebcdaef

Please sign in to comment.