Skip to content

Merge pull request #2 from Zer0Camp/adarshdigievo-patch-1 #2

Merge pull request #2 from Zer0Camp/adarshdigievo-patch-1

Merge pull request #2 from Zer0Camp/adarshdigievo-patch-1 #2

name: Docusarus Test Deploy
on:
push:
branches:
- main
jobs:
deploy:
name: Deploy Test Pages
runs-on: ubuntu-latest
steps:
- name: Checkout Base Repo
uses: actions/checkout@v3
- name: PNPM Initialization
uses: pnpm/action-setup@v2
working-directory: ./Zer0CampDocs

Check failure on line 18 in .github/workflows/documentation_test.yaml

View workflow run for this annotation

GitHub Actions / Docusarus Test Deploy

Invalid workflow file

The workflow is not valid. .github/workflows/documentation_test.yaml (Line: 18, Col: 9): Unexpected value 'working-directory'
with:
version: 8
- name: Setup Node Environment
uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Test Build Website
run: pnpm build