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 a9cf762 commit 72ed4c3Copy full SHA for 72ed4c3
.github/workflows/static.yml
@@ -26,7 +26,7 @@ jobs:
26
deploy:
27
environment:
28
name: github-pages
29
- url: ${{ steps.deployment.outputs.page_url }}/schema-gen-helper
+ url: ${{ steps.deployment.outputs.page_url }}
30
runs-on: ubuntu-latest
31
steps:
32
- name: Checkout
@@ -37,7 +37,7 @@ jobs:
37
uses: actions/upload-pages-artifact@v3
38
with:
39
# Upload entire repository
40
- path: 'adr-schema-gen'
+ path: '.'
41
- name: Deploy to GitHub Pages
42
id: deployment
43
uses: actions/deploy-pages@v4
adr-schema-gen/index.html schema-gen-helper/index.htmladr-schema-gen/index.html renamed to schema-gen-helper/index.html
adr-schema-gen/script.js schema-gen-helper/script.jsadr-schema-gen/script.js renamed to schema-gen-helper/script.js
adr-schema-gen/styles.css schema-gen-helper/styles.cssadr-schema-gen/styles.css renamed to schema-gen-helper/styles.css
0 commit comments