Skip to content

Commit c1c7408

Browse files
committed
deploy dev docs
1 parent 7056cc7 commit c1c7408

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@ jobs:
142142
run: |
143143
gh release create "v${{ env.VERSION }}" --draft --title "v${{ env.VERSION }}" --generate-notes
144144
145-
# deploy-dev-docs:
146-
# needs: releaseDraft
147-
# uses: ./.github/workflows/deploy-docs.yml
148-
# with:
149-
# version: dev
150-
# permissions:
151-
# contents: write
145+
deploy-dev-docs:
146+
needs: releaseDraft
147+
uses: ./.github/workflows/deploy-docs.yml
148+
with:
149+
version: dev
150+
permissions:
151+
contents: write

0 commit comments

Comments
 (0)