Skip to content

Commit

Permalink
build(deps): bump actions/jekyll-build-pages from 1.0.12 to 1.0.13
Browse files Browse the repository at this point in the history
Bumps [actions/jekyll-build-pages](https://github.com/actions/jekyll-build-pages) from 1.0.12 to 1.0.13.
- [Release notes](https://github.com/actions/jekyll-build-pages/releases)
- [Commits](actions/jekyll-build-pages@v1.0.12...v1.0.13)

---
updated-dependencies:
- dependency-name: actions/jekyll-build-pages
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 7, 2024
1 parent 2353a79 commit afbbff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/configure-pages@v5

- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1.0.12
uses: actions/jekyll-build-pages@v1.0.13
with:
source: ./docs
destination: ./_site
Expand Down

0 comments on commit afbbff7

Please sign in to comment.