Skip to content

Commit

Permalink
Fix CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
carlobortolan committed Nov 27, 2024
1 parent 24c9155 commit f77cca5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,14 @@ jobs:
node-version: '16'
- name: Install dependencies
run: npm install
working-directory: ./docs_v2
- name: Build with Docusaurus
run: npm run build
working-directory: ./docs_v2
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: build
path: ./docs_v2/build

# Deployment job
deploy:
Expand Down

0 comments on commit f77cca5

Please sign in to comment.