Skip to content

Commit

Permalink
Update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Nov 19, 2024
1 parent bd1c29c commit b60e3c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,19 +284,19 @@ jobs:
working-directory: docs
run: |
set -eux
jupyter lite build --contents content --output-dir dist
sphinx-build . dist
- name: Upload artifact
id: upload-jupyterlite-artifact
id: upload-docs-artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./lite/dist
path: ./docs/dist
retention-days: 30

- name: Save artifact data
uses: trungleduc/appsharingspace-pr-comment/.github/actions/save-artifact-link@v2
with:
artifact_link: 'https://github.com/${{ github.repository }}/actions/runs/${{github.run_id}}/artifacts/${{ steps.upload-jupyterlite-artifact.outputs.artifact_id }}'
artifact_link: 'https://github.com/${{ github.repository }}/actions/runs/${{github.run_id}}/artifacts/${{ steps.upload-docs-artifact.outputs.artifact_id }}'

deploy:
needs: build-docs-and-lite
Expand Down

0 comments on commit b60e3c8

Please sign in to comment.