Skip to content

Commit d4b6c33

Browse files
authored
ci: Fix docs workflow (#925)
1 parent 298406b commit d4b6c33

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/release-automated.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ jobs:
5454
run: dart pub publish --force
5555
docs-publish:
5656
needs: release
57-
runs-on: ubuntu-latest
58-
timeout-minutes: 10
59-
steps:
60-
- name: Publish docs
61-
uses: parse-community/Parse-SDK-Flutter/.github/workflows/release-manual-docs@master
62-
with:
63-
tag: ${{ github.ref_name }}
57+
uses: parse-community/Parse-SDK-Flutter/.github/workflows/release-manual-docs.yml@master
58+
with:
59+
tag: ${{ github.ref_name }}

0 commit comments

Comments
 (0)