Skip to content

Commit 1a10330

Browse files
ci: fix docs deploy
1 parent f04d14e commit 1a10330

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,14 @@ jobs:
127127
run: export NODE_OPTIONS=--openssl-legacy-provider;(cd docs && npm ci && npm run docs:build)
128128
- name: Add .nojekyll
129129
run: (cd public && touch .nojekyll)
130+
- name: move to subdir
131+
run: mkdir upload_docs && mv public upload_docs/
130132
- name: Upload docs
131133
uses: actions/upload-artifact@v4
132134
with:
133135
name: ipyaggrid-docs-${{ github.run_number }}
134136
path: |
135-
./public
137+
./upload_docs
136138
137139
release:
138140
if: startsWith(github.event.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)