Skip to content

Commit

Permalink
fix jekyll metadata warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pitmonticone committed Nov 11, 2024
1 parent 15a604b commit 7d63245
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
path: |
docbuild/.lake/build/doc
key: LakeBuildDoc-${{ runner.os }}-${{ hashFiles('lean-toolchain') }}-${{ hashFiles('lake-manifest.json') }}
restore-keys: LakeBuild-
restore-keys: LakeBuildDoc-

- name: Setup symlinks between project and docbuild
working-directory: docbuild
Expand Down Expand Up @@ -121,6 +121,8 @@ jobs:

- name: Bundle website
working-directory: docs
env:
JEKYLL_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: JEKYLL_ENV=production bundle exec jekyll build

# - name: Upload docs & blueprint artifact to `docs/`
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repository: fpvandoorn/carleson
remote_theme: pages-themes/[email protected]
plugins:
- jekyll-remote-theme

- jekyll-github-metadata
markdown: kramdown
# Exclude from processing.
# The following items will not be processed, by default.
Expand Down

0 comments on commit 7d63245

Please sign in to comment.