Skip to content

Commit

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

build(deps): bump actions/deploy-pages from 2 to 3
  • Loading branch information
ahpook authored Dec 6, 2023
2 parents dabf635 + f6a3aa7 commit 87115e9
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@v2
uses: actions/deploy-pages@v3
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@v2
uses: actions/deploy-pages@v3

0 comments on commit 87115e9

Please sign in to comment.