Skip to content

Commit da505d4

Browse files
authored
use page_url
1 parent 59416b3 commit da505d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_docc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
id-token: write
4040
environment:
4141
name: github-pages
42-
url: "https://cybozu.github.io/swiftui-view-coding-guidelines/documentation/swiftuiviewcodingguidelines/"
42+
url: ${{ steps.deployment.outputs.page_url }}
4343

4444
steps:
4545
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)