Skip to content

Commit

Permalink
update deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cipherlogs committed Jan 25, 2024
1 parent e77d030 commit 839dfa0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ concurrency:
group: 'pages'
cancel-in-progress: true

defaults:
run:
with:
path: "./docs"

jobs:
deploy:
environment:
Expand All @@ -27,9 +32,6 @@ jobs:
- name: Set Node and PNPM
uses: wyvox/[email protected]

- name: Navigate to docs folder
run: cd docs

- name: Install dependencies
run: pnpm install

Expand Down

0 comments on commit 839dfa0

Please sign in to comment.