Skip to content

Commit

Permalink
Bump actions/jekyll-build-pages from 1.0.7 to 1.0.8
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.7 to 1.0.8.
- [Release notes](https://github.com/actions/jekyll-build-pages/releases)
- [Commits](actions/jekyll-build-pages@v1.0.7...v1.0.8)

---
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] authored Jul 3, 2023
1 parent c85d2e8 commit 4ad9002
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 @@ -29,7 +29,7 @@ jobs:
uses: actions/configure-pages@v3

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

0 comments on commit 4ad9002

Please sign in to comment.