Skip to content

Commit ee8c55e

Browse files
add id:deployment back
1 parent af7fff3 commit ee8c55e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- name: Build Docs
3030
run: bunx vocs build
3131
- name: Upload Docs to Pages
32+
id: deployment
3233
uses: actions/upload-artifact@v4
3334
with:
3435
name: github-pages
@@ -55,6 +56,7 @@ jobs:
5556
url: ${{ steps.deployment.outputs.page_url }}
5657
steps:
5758
- name: Deploy from pages storage
59+
id: deployment
5860
uses: actions/deploy-pages@v4
5961

6062

0 commit comments

Comments
 (0)