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 6abb1eb commit 07e4216Copy full SHA for 07e4216
.github/workflows/serverless-service.yml
@@ -106,10 +106,10 @@ jobs:
106
if: always()
107
run: make destroy
108
109
- publish_docs_on_main:
110
- name: publish_docs_on_main
+ publish_github_pages:
111
runs-on: ubuntu-latest
112
needs: [tests]
+ environment: dev
113
permissions:
114
contents: write # for docs push
115
if: contains('refs/heads/main', github.ref)
@@ -129,4 +129,4 @@ jobs:
129
run: make dev
130
- name: Generate docs
131
run: |
132
- mkdocs gh-deploy --force
+ poetry run mkdocs gh-deploy --force
0 commit comments