Skip to content

Commit

Permalink
Upgrade Jekyll action and add dependabot. Use a workaround for bug in…
Browse files Browse the repository at this point in the history
  • Loading branch information
jamezp committed May 23, 2023
1 parent da593d3 commit d3f1fa9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "github-actions"
# Workflow files stored in the
# default location of `.github/workflows`
directory: "/"
schedule:
interval: "daily"
8 changes: 5 additions & 3 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: helaili/[email protected]
env:
JEKYLL_PAT: ${{ secrets.JEKYLL_PAT }}
- uses: helaili/[email protected]
with:
pre_build_commands: git config --global http.version HTTP/1.1; apk fetch git-lfs;
token: ${{ secrets.JEKYLL_PAT }}
target_branch: 'gh-pages'

0 comments on commit d3f1fa9

Please sign in to comment.