Skip to content

Commit

Permalink
Merge pull request #3 from Zer0Camp/adarshdigievo-patch-2
Browse files Browse the repository at this point in the history
test workdir in actions
  • Loading branch information
adarshdigievo authored Sep 21, 2023
2 parents 49b0f20 + eab0de0 commit 295150e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ jobs:
steps:
- name: Checkout Base Repo
uses: actions/checkout@v3

- name: PNPM Initialization
uses: pnpm/action-setup@v2
working-directory: ./Zer0CampDocs
with:
version: 8
- name: Setup Node Environment
Expand All @@ -25,7 +23,9 @@ jobs:
cache: 'pnpm'

- name: Install dependencies
working-directory: ./Zer0CampDocs
run: pnpm install --frozen-lockfile

- name: Test Build Website
working-directory: ./Zer0CampDocs
run: pnpm build

0 comments on commit 295150e

Please sign in to comment.