mirror of
https://github.com/peaceiris/actions-gh-pages.git
synced 2025-07-14 22:29:17 +08:00
add: badges to check the latest version of actions
This commit is contained in:
parent
5ff5415c45
commit
a18ce52dfa
@ -39,6 +39,9 @@ An example with Hugo action.
|
|||||||
|
|
||||||
- [peaceiris/actions-hugo: GitHub Actions for Hugo extended](https://github.com/peaceiris/actions-hugo)
|
- [peaceiris/actions-hugo: GitHub Actions for Hugo extended](https://github.com/peaceiris/actions-hugo)
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
```hcl
|
```hcl
|
||||||
workflow "GitHub Pages" {
|
workflow "GitHub Pages" {
|
||||||
on = "push"
|
on = "push"
|
||||||
@ -76,6 +79,8 @@ action "deploy" {
|
|||||||
- [peaceiris/actions-pipenv: GitHub Actions for pipenv](https://github.com/peaceiris/actions-pipenv)
|
- [peaceiris/actions-pipenv: GitHub Actions for pipenv](https://github.com/peaceiris/actions-pipenv)
|
||||||
- [main.workflow - peaceiris/mkdocs-material-boilerplate](https://github.com/peaceiris/mkdocs-material-boilerplate/blob/master/.github/main.workflow)
|
- [main.workflow - peaceiris/mkdocs-material-boilerplate](https://github.com/peaceiris/mkdocs-material-boilerplate/blob/master/.github/main.workflow)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
```hcl
|
```hcl
|
||||||
workflow "MkDocs workflow" {
|
workflow "MkDocs workflow" {
|
||||||
on = "push"
|
on = "push"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user