Skip to content

Commit 72ed4c3

Browse files
authored
Just deploy the while repo
1 parent a9cf762 commit 72ed4c3

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

.github/workflows/static.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
deploy:
2727
environment:
2828
name: github-pages
29-
url: ${{ steps.deployment.outputs.page_url }}/schema-gen-helper
29+
url: ${{ steps.deployment.outputs.page_url }}
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Checkout
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/upload-pages-artifact@v3
3838
with:
3939
# Upload entire repository
40-
path: 'adr-schema-gen'
40+
path: '.'
4141
- name: Deploy to GitHub Pages
4242
id: deployment
4343
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)