Skip to content

Commit

Permalink
Merge pull request #17 from ManInMyVan/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/jekyll-build-pages-1.0.13

Bump actions/jekyll-build-pages from 1.0.12 to 1.0.13
  • Loading branch information
ManInMyVan authored Aug 7, 2024
2 parents 2225176 + 307ecb3 commit 62997cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/[email protected]

- name: Build with Jekyll
uses: actions/[email protected].12
uses: actions/[email protected].13
with:
source: ./build/dist/js/productionExecutable
destination: ./_site
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/[email protected]

- name: Build with Jekyll
uses: actions/[email protected].12
uses: actions/[email protected].13
with:
source: ./build/dist/js/productionExecutable
destination: ./_site
Expand Down

0 comments on commit 62997cc

Please sign in to comment.