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] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jul 3, 2023
1 parent 37e9c6b commit 79816db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup Pages
uses: actions/[email protected]
- name: Build with Jekyll
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
source: ./
destination: ./_site
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup Pages
uses: actions/[email protected]
- name: Build with Jekyll
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
source: ./
destination: ./_site
Expand Down

0 comments on commit 79816db

Please sign in to comment.