Skip to content

Commit 0fb318b

Browse files
committed
ci: 📝 update text of some fields
1 parent 8fbc7f0 commit 0fb318b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy-demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy Demo App
1+
name: Build package
22

33
on:
44
pull_request:

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy documentation as website
1+
name: Build website of documentation
22

33
on:
44
push:
@@ -12,7 +12,7 @@ on:
1212
- _extensions/**
1313

1414
jobs:
15-
build-deploy-docs:
16-
uses: seedcase-project/.github/.github/workflows/deploy-docs-with-python.yml@main
15+
build-website:
16+
uses: seedcase-project/.github/.github/workflows/reusable-build-docs-with-python.yml@main
1717
secrets:
1818
netlify-token: ${{ secrets.NETLIFY_AUTH_TOKEN }}

0 commit comments

Comments
 (0)