File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 7171 mkdir -p $LIBCMARKDIR
7272 echo "LIBCMARKDIR=${LIBCMARKDIR}" >>$GITHUB_ENV # needed for the build step
7373 fi
74- ls -l $LIBCMARKDIR
74+
7575 # Does the GFM build already exist?
7676 if [[ -f $LIBCMARKDIR/libcmark-gfm.so ]]
7777 then
8282 # Is there a saved artifact for the GFM build?
8383 echo "Check for GFM build artifact in action repo: $GITHUB_ACTION_REPO"
8484 gh run download --dir ${LIBCMARKDIR} --name ${GFM_ARTIFACT_KEY} --repo $GITHUB_ACTION_REPO || true
85- ls -l $LIBCMARKDIR
8685 if [[ -f $LIBCMARKDIR/libcmark-gfm.so ]]
8786 then
8887 echo "Downloaded to ${LIBCMARKDIR} from $GITHUB_ACTION_REPO, nothing more to do!"
@@ -102,7 +101,6 @@ runs:
102101 # build the code and define LIBCMARKDIR under $WORKDIR
103102 bash ${{ github.action_path }}/build-cmark.sh $GFM_VERSION $LIBCMARKDIR
104103 }
105- ls -l $LIBCMARKDIR
106104
107105 - name : Generate website from markdown
108106 shell : bash
You can’t perform that action at this time.
0 commit comments