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 acc4751 commit ced83a2Copy full SHA for ced83a2
pelican/action.yml
@@ -76,7 +76,7 @@ runs:
76
fi
77
echo "Getting plugins from action location: ${{ github.action_path }}"
78
PP=$(python3 ${{ github.action_path }}/plugin_paths.py '${{ github.action_path }}/plugins')
79
- /usr/bin/env python3 -B -m pelican content -e "$PP" -o ${{ inputs.tempdir }} $OPTS
+ python3 -B -m pelican content -e "$PP" -o ${{ inputs.tempdir }} $OPTS
80
81
- name: Check out previous branch
82
shell: bash
0 commit comments