Skip to content

Commit

Permalink
Removed jekyll-theme external dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
axel committed Jun 16, 2024
1 parent 500f8e0 commit 2b4200d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
run: |
docker run \
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
jekyll/builder:latest /bin/bash -c "chmod -R 777 /srv/jekyll; JEKYLL_ENV=production jekyll build --safe true --trace"
jekyll/builder:latest /bin/bash -c "chmod -R 777 /srv/jekyll; JEKYLL_ENV=production JEKYLL_GITHUB_TOKEN=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 jekyll build --safe true --trace"
1 change: 1 addition & 0 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
env:
JEKYLL_ENV: production
JEKYLL_GITHUB_TOKEN: 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
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v3
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,4 @@ _zip

build.log
Gemfile.lock
token

0 comments on commit 2b4200d

Please sign in to comment.