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 33bb4c3 commit 2599f05Copy full SHA for 2599f05
.github/workflows/update.yml
@@ -118,10 +118,10 @@ jobs:
118
# Build documentation after update is successful
119
name: Call
120
needs: [update-translations]
121
- uses: ./.github/workflows/build.yml@3.10
+ uses: rffontenelle/python-docs-pt-br/.github/workflows/build.yml@3.10
122
123
call-compendium:
124
# Generate compendium after update is successful
125
126
127
- uses: ./.github/workflows/compendium.yml@3.10
+ uses: rffontenelle/python-docs-pt-br/.github/workflows/compendium.yml@3.10
0 commit comments