Skip to content

Commit

Permalink
Fixed deploy_docc.yml url
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyome22 committed Apr 17, 2024
1 parent ecb8258 commit 3869c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
url: "https://cybozu.github.io/WebUI/documentation/webui/"

steps:
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 3869c12

Please sign in to comment.