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 9cb85ec commit c0927f2Copy full SHA for c0927f2
.github/workflows/transifex-pull.yml
@@ -47,6 +47,13 @@ jobs:
47
pwd
48
ls -l python-docs-pt-pt/scripts
49
50
+ # Garantir que o arquivo .github/versions.txt exista e seja gravável
51
+ - name: Ensure .github/versions.txt exists and writable
52
+ run: |
53
+ mkdir -p .github
54
+ touch .github/versions.txt
55
+ chmod 666 .github/versions.txt
56
+
57
# Executar manage_versions.py via python3
58
- name: Update versions file
59
run: |
0 commit comments