Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions pelican/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ runs:
mkdir -p $LIBCMARKDIR
echo "LIBCMARKDIR=${LIBCMARKDIR}" >>$GITHUB_ENV # needed for the build step
fi
ls -l $LIBCMARKDIR

# Does the GFM build already exist?
if [[ -f $LIBCMARKDIR/libcmark-gfm.so ]]
then
Expand All @@ -82,7 +82,6 @@ runs:
# Is there a saved artifact for the GFM build?
echo "Check for GFM build artifact in action repo: $GITHUB_ACTION_REPO"
gh run download --dir ${LIBCMARKDIR} --name ${GFM_ARTIFACT_KEY} --repo $GITHUB_ACTION_REPO || true
ls -l $LIBCMARKDIR
if [[ -f $LIBCMARKDIR/libcmark-gfm.so ]]
then
echo "Downloaded to ${LIBCMARKDIR} from $GITHUB_ACTION_REPO, nothing more to do!"
Expand All @@ -102,7 +101,6 @@ runs:
# build the code and define LIBCMARKDIR under $WORKDIR
bash ${{ github.action_path }}/build-cmark.sh $GFM_VERSION $LIBCMARKDIR
}
ls -l $LIBCMARKDIR

- name: Generate website from markdown
shell: bash
Expand Down