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 84496d0 commit 058aeb1Copy full SHA for 058aeb1
.github/workflows/pages.yml
@@ -41,9 +41,9 @@ jobs:
41
GIT_DATE=$(git show -s --format=%ci $GITHUB_SHA)
42
43
ARGS=""
44
- [[ "$INCLUDE_PDF" == "true" ]] && ARGS="--with-pdf"
+ [[ "$INCLUDE_PDF" == "true" ]] && ARGS="--with-pdf -t csc-2016-high-contrast"
45
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
+ slidefactory pages about.yml build --info_content "Updated for [$GIT_SHORT_SHA]($GITHUB_SERVER_URL/$GITHUB_REPOSITORY/commit/$GITHUB_SHA) ($GIT_DATE)" $ARGS
47
48
- name: Upload artifact
49
uses: actions/upload-pages-artifact@v3
0 commit comments