Skip to content

Commit

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

build(deps): bump actions/deploy-pages from 3 to 4
  • Loading branch information
ahpook committed 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

1 comment on commit eb61dd5

@xbandradio
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.