Skip to content

Commit

Permalink
Merge pull request #40 from RalphHightower/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/jekyll-build-pages-1.0.8

Bump actions/jekyll-build-pages from 1.0.7 to 1.0.8
  • Loading branch information
RalphHightower committed Jul 12, 2023
2 parents d6e6366 + 79816db commit 306d95d
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/configure-pages@v3.0.6
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1.0.7
uses: actions/jekyll-build-pages@v1.0.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/configure-pages@v3.0.6
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1.0.7
uses: actions/jekyll-build-pages@v1.0.8
with:
source: ./
destination: ./_site
Expand Down

0 comments on commit 306d95d

Please sign in to comment.