Skip to content

Commit a5a1722

Browse files
authored
Update docc.yml
1 parent 6645c9b commit a5a1722

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docc.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
--transform-for-static-hosting \
2121
--hosting-base-path typed-notifications
2222
- uses: actions/upload-pages-artifact@v3
23+
id: docs
2324
with:
2425
path: docs
2526
DeployDocC:
@@ -33,5 +34,5 @@ jobs:
3334
runs-on: ubuntu-latest
3435
steps:
3536
- name: Deploy to GitHub Pages
36-
id: deployment
37+
id: docs
3738
uses: actions/deploy-pages@v2

0 commit comments

Comments
 (0)