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 e4f47a8 commit f431b47Copy full SHA for f431b47
.github/workflows/reusable-docs.yaml
@@ -18,7 +18,7 @@ jobs:
18
run: pnpm run --filter docs build
19
- name: Upload pages artifact
20
if: github.repository_owner == 'enzymefinance' && github.event_name == 'push' && github.ref == 'refs/heads/main'
21
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v4
22
with:
23
path: docs/dist
24
0 commit comments