We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26b4957 commit 4e39369Copy full SHA for 4e39369
1 file changed
action.yml
@@ -43,7 +43,7 @@ runs:
43
shell: bash
44
run: |
45
if [ -f "makedoc.g" ]; then
46
- $GAP makedoc.g -c "QUIT;" 2>&1 | tee $RUNNER_TEMP/output.log
+ $GAP -c 'PushOptions(rec(relativePath:="../../..")); Read("makedoc.g"); QUIT;' 2>&1 | tee $RUNNER_TEMP/output.log
47
elif [ -x "doc/make_doc" ]; then
48
# If the package is called <pkg_name>, then the <doc/make_doc> script
49
# most likely assumes that it has been called from the within the
0 commit comments