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 8fbc7f0 commit 0fb318bCopy full SHA for 0fb318b
.github/workflows/deploy-demo.yml
@@ -1,4 +1,4 @@
1
-name: Deploy Demo App
+name: Build package
2
3
on:
4
pull_request:
.github/workflows/deploy-docs.yml
-name: Deploy documentation as website
+name: Build website of documentation
push:
@@ -12,7 +12,7 @@ on:
12
- _extensions/**
13
14
jobs:
15
- build-deploy-docs:
16
- uses: seedcase-project/.github/.github/workflows/deploy-docs-with-python.yml@main
+ build-website:
+ uses: seedcase-project/.github/.github/workflows/reusable-build-docs-with-python.yml@main
17
secrets:
18
netlify-token: ${{ secrets.NETLIFY_AUTH_TOKEN }}
0 commit comments