Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,14 @@ jobs:
run: export NODE_OPTIONS=--openssl-legacy-provider;(cd docs && npm ci && npm run docs:build)
- name: Add .nojekyll
run: (cd public && touch .nojekyll)
- name: move to subdir
run: mkdir upload_docs && mv public upload_docs/
- name: Upload docs
uses: actions/upload-artifact@v4
with:
name: ipyaggrid-docs-${{ github.run_number }}
path: |
./public
./upload_docs

release:
if: startsWith(github.event.ref, 'refs/tags/v')
Expand Down