Skip to content

Commit 058aeb1

Browse files
committed
retry high-contrast
1 parent 84496d0 commit 058aeb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
GIT_DATE=$(git show -s --format=%ci $GITHUB_SHA)
4242
4343
ARGS=""
44-
[[ "$INCLUDE_PDF" == "true" ]] && ARGS="--with-pdf"
44+
[[ "$INCLUDE_PDF" == "true" ]] && ARGS="--with-pdf -t csc-2016-high-contrast"
4545
46-
slidefactory -t csc-2016-high-contrast pages about.yml build --info_content "Updated for [$GIT_SHORT_SHA]($GITHUB_SERVER_URL/$GITHUB_REPOSITORY/commit/$GITHUB_SHA) ($GIT_DATE)" $ARGS
46+
slidefactory pages about.yml build --info_content "Updated for [$GIT_SHORT_SHA]($GITHUB_SERVER_URL/$GITHUB_REPOSITORY/commit/$GITHUB_SHA) ($GIT_DATE)" $ARGS
4747
4848
- name: Upload artifact
4949
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)