Skip to content

Commit

Permalink
Merge pull request github#3183 from github/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/deploy-pages-4

build(deps): bump actions/deploy-pages from 3 to 4
  • Loading branch information
ahpook authored Dec 26, 2023
2 parents 2001ef0 + 664cf3b commit eb61dd5
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-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4
with:
preview: 'true'
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4

0 comments on commit eb61dd5

Please sign in to comment.