We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 587723f commit 9a63752Copy full SHA for 9a63752
.github/workflows/ci.yml
@@ -228,19 +228,18 @@ jobs:
228
run: |
229
rm -rf documentation/docs/hooks/modules
230
rm -rf documentation/docs/libraries/modules
231
- - uses: actions/setup-node@v3
+ - uses: actions/upload-artifact@v4
232
with:
233
- node-version: 16
+ name: built-docs
234
+ path: documentation
235
+ - name: remove-docs-before-publish
236
+ run: rm -rf documentation/docs
237
- uses: peaceiris/actions-gh-pages@v3
238
239
github_token: ${{ secrets.LiliaGitSecret }}
240
publish_branch: gh-pages
241
publish_dir: documentation
242
force_orphan: true
- - uses: actions/upload-artifact@v4
- with:
- name: built-docs
243
- path: documentation
244
245
upload-docs:
246
needs: gh-pages
0 commit comments