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 311ef55 commit 39bb31dCopy full SHA for 39bb31d
.github/workflows/conditional_convert_via_pandoc.yaml
@@ -67,7 +67,9 @@ jobs:
67
git config --local user.name "GH_Action_Bot"
68
git add ./content
69
git commit -m "GH Action: Pandoc | New output for changed files"
70
+ COMMIT=$(git rev-parse HEAD)
71
git push -f origin ${GITHUB_REF##*/}
72
+ curl https://phyphox.org/expdb/pandocdone.php?commit=$COMMIT &> /dev/null
73
# - name: Save artifacts # Instead of 'Commit files'. Saves the files as .zip
74
# uses: actions/upload-artifact@v4
75
# with:
0 commit comments