We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e00f59 commit a9cf762Copy full SHA for a9cf762
.github/workflows/static.yml
@@ -26,7 +26,7 @@ jobs:
26
deploy:
27
environment:
28
name: github-pages
29
- url: ${{ steps.deployment.outputs.page_url }}
+ url: ${{ steps.deployment.outputs.page_url }}/schema-gen-helper
30
runs-on: ubuntu-latest
31
steps:
32
- name: Checkout
0 commit comments