docs: bump to latest major

This commit is contained in:
CrazyMax 2023-09-10 13:16:16 +02:00
parent c05ee637ec
commit c5fdaad166
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7

View File

@ -29,7 +29,7 @@ ___
Below is a simple snippet to deploy to GitHub Pages with a dummy HTML page. Below is a simple snippet to deploy to GitHub Pages with a dummy HTML page.
A [workflow](https://github.com/crazy-max/ghaction-github-pages/actions?query=workflow%3Aci) is also available for A [workflow](https://github.com/crazy-max/ghaction-github-pages/actions?query=workflow%3Aci) is also available for
this repository and deploys [everyday to GitHub pages](https://crazy-max.github.io/ghaction-github-pages/). this repository and deploys [every day to GitHub Pages](https://crazy-max.github.io/ghaction-github-pages/).
```yaml ```yaml
name: website name: website
@ -64,7 +64,7 @@ jobs:
- -
name: Deploy to GitHub Pages name: Deploy to GitHub Pages
if: success() if: success()
uses: crazy-max/ghaction-github-pages@v3 uses: crazy-max/ghaction-github-pages@v4
with: with:
target_branch: gh-pages target_branch: gh-pages
build_dir: public build_dir: public
@ -89,7 +89,7 @@ sign commits:
- -
name: Deploy to GitHub Pages name: Deploy to GitHub Pages
if: success() if: success()
uses: crazy-max/ghaction-github-pages@v3 uses: crazy-max/ghaction-github-pages@v4
with: with:
target_branch: gh-pages target_branch: gh-pages
build_dir: public build_dir: public
@ -111,7 +111,7 @@ check availability of GitHub Pages before deploying:
- -
name: Deploy to GitHub Pages name: Deploy to GitHub Pages
if: success() if: success()
uses: crazy-max/ghaction-github-pages@v3 uses: crazy-max/ghaction-github-pages@v4
with: with:
target_branch: gh-pages target_branch: gh-pages
build_dir: public build_dir: public
@ -154,11 +154,10 @@ Following environment variables can be used as `step.env` keys
## Contributing ## Contributing
Want to contribute? Awesome! The most basic way to show your support is to star the project, or to raise issues. If Want to contribute? Awesome! The most basic way to show your support is to star
you want to open a pull request, please read the [contributing guidelines](.github/CONTRIBUTING.md). the project, or to raise issues. You can also support this project by [**becoming a sponsor on GitHub**](https://github.com/sponsors/crazy-max)
or by making a [PayPal donation](https://www.paypal.me/crazyws) to ensure this
You can also support this project by [**becoming a sponsor on GitHub**](https://github.com/sponsors/crazy-max) or by journey continues indefinitely!
making a [Paypal donation](https://www.paypal.me/crazyws) to ensure this journey continues indefinitely!
Thanks again for your support, it is much appreciated! :pray: Thanks again for your support, it is much appreciated! :pray: