Skip to content

Commit 07e4216

Browse files
ran-isenbergRan Isenberg
and
Ran Isenberg
authored
fix: finnaly github pages fix (#726)
Co-authored-by: Ran Isenberg <ran.isenberg@ranthebuilder.cloud>
1 parent 6abb1eb commit 07e4216

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/serverless-service.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ jobs:
106106
if: always()
107107
run: make destroy
108108

109-
publish_docs_on_main:
110-
name: publish_docs_on_main
109+
publish_github_pages:
111110
runs-on: ubuntu-latest
112111
needs: [tests]
112+
environment: dev
113113
permissions:
114114
contents: write # for docs push
115115
if: contains('refs/heads/main', github.ref)
@@ -129,4 +129,4 @@ jobs:
129129
run: make dev
130130
- name: Generate docs
131131
run: |
132-
mkdocs gh-deploy --force
132+
poetry run mkdocs gh-deploy --force

0 commit comments

Comments
 (0)