Skip to content

Commit

Permalink
prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
archiewood committed Oct 29, 2024
1 parent 8e6315c commit 4547cc4
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,16 @@ jobs:
with:
node-version: '20'

- name: Change directory
run: cd docs

- name: Install dependencies
run: npm install
run: npm install --prefix docs

- name: Build static files
run: npm run build
run: npm run build --prefix docs

- name: Upload static files as artifact
uses: actions/upload-pages-artifact@v3
with:
path: build/
path: docs/build/

# Deployment job
deploy:
Expand Down

0 comments on commit 4547cc4

Please sign in to comment.