Skip to content

Commit ba263f4

Browse files
committed
fix(ci): use gh-pages env as official docs are wrong
1 parent aff6a0f commit ba263f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_publish_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
concurrency:
8585
group: on-docs-deploy
8686
environment:
87-
name: github-pages
87+
name: gh-pages
8888
url: ${{ steps.deployment.outputs.page_url }}
8989
runs-on: ubuntu-latest
9090
needs: publish_docs

0 commit comments

Comments
 (0)