Skip to content

Commit

Permalink
fix jekyll github api warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pitmonticone committed Oct 22, 2024
1 parent 98203b6 commit 3b548ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,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
Expand Down
1 change: 1 addition & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ repository: ImperialCollegeLondon/FLT
remote_theme: pages-themes/[email protected]
plugins:
- jekyll-remote-theme
- jekyll-github-metadata

markdown: kramdown
# Exclude from processing.
Expand Down

0 comments on commit 3b548ea

Please sign in to comment.