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.
2 parents 8473d01 + 73951c7 commit 727c7f6Copy full SHA for 727c7f6
.github/workflows/publish-docs.yaml
@@ -94,7 +94,7 @@ jobs:
94
make GitHub_CI_Publish_Docs
95
96
- name: Commit files
97
- if: ${{ vars.GITHUB_REPOSITORY == 'atomvm/AtomVM' }}
+ if: github.repository == 'atomvm/AtomVM'
98
working-directory: /home/runner/work/AtomVM/AtomVM/www
99
run: |
100
git checkout Production
@@ -103,7 +103,7 @@ jobs:
103
git add .
104
git commit -m "Update Documentation"
105
- name: Push changes
106
107
108
109
eval `ssh-agent -t 60 -s`
0 commit comments