Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2023

Bumps peaceiris/actions-gh-pages from 2 to 3.

Release notes

Sourced from peaceiris/actions-gh-pages's releases.

actions-github-pages v3.0.0

See CHANGELOG.md for more details.

Release v2.10.2-0

Pre-release v2.10.2-0 for #82

Release v2.10.1

deps: bump alpine from 3.11.2 to 3.11.3

Release v2.10.0

New Feature

New options tagName, tagMessage, and tagOverwrite. Suggested by @​cinderblock #76 #78

Here is an example workflow.

name: github pages
on:
push:
branches:
- master
tags:
- 'v*..'
jobs:
build-deploy:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Some build


name: Prepare tag
id: prepare_tag
if: startsWith(github.ref, 'refs/tags/')
run: |
TAG_NAME="${GITHUB_REF##refs/tags/}"
echo "::set-output name=tag_name::${TAG_NAME}"
echo "::set-output name=deploy_tag_name::deploy-${TAG_NAME}"


name: Deploy
uses: peaceiris/actions-gh-pages@v2
env:
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: ./public
with:



</tr></table>

... (truncated)

Changelog

Sourced from peaceiris/actions-gh-pages's changelog.

3.9.3 (2023-03-30)

docs

fix

Commits
  • 373f7f2 chore(release): 3.9.3
  • 00e2f33 chore(release): Add build assets
  • 31c15f0 fix: update known_hosts (#871)
  • 6f6875c chore(deps): update dependency @​types/node to v16.18.23 (#880)
  • ee58d74 chore(deps): update node.js to v16.20.0 (#879)
  • 67383c9 chore(deps): update typescript-eslint monorepo to v5.57.0 (#875)
  • f2f45dd chore(deps): update dependency eslint to v8.37.0 (#877)
  • 69c02d4 chore(deps): update dependency @​types/node to v16.18.22 (#876)
  • b8ecadf chore(deps): update dependency @​types/node to v16.18.21 (#874)
  • 66f12e7 chore(deps): update dependency @​types/node to v16.18.20 (#873)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 2 to 3.
- [Release notes](https://github.com/peaceiris/actions-gh-pages/releases)
- [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md)
- [Commits](peaceiris/actions-gh-pages@v2...v3)

---
updated-dependencies:
- dependency-name: peaceiris/actions-gh-pages
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 4, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 9, 2024

Superseded by #38.

@dependabot dependabot bot closed this Apr 9, 2024
@dependabot dependabot bot deleted the dependabot/github_actions/peaceiris/actions-gh-pages-3 branch April 9, 2024 05:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants