mirror of
https://github.com/actions/deploy-pages.git
synced 2026-03-30 18:14:52 +00:00
Use real version tag in example usage
This commit is contained in:
@@ -41,7 +41,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
id: deployment
|
id: deployment
|
||||||
uses: actions/deploy-pages@vX.X.X # <--- The latest version of this action
|
uses: actions/deploy-pages@v2 # or the latest "vX.X.X" version tag for this action
|
||||||
```
|
```
|
||||||
|
|
||||||
### Inputs 📥
|
### Inputs 📥
|
||||||
|
|||||||
Reference in New Issue
Block a user