Update Deploy Action
The old version has a warning and won't deploy `Warning: Input 'emit_telemetry' has been deprecated with message: Use of this input causes the action to do nothing. You should remove this build step from your workflow.`
This commit is contained in:
parent
cf39d43367
commit
51655eecf1
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -58,4 +58,4 @@ jobs:
|
||||
steps:
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v1
|
||||
uses: actions/deploy-pages@v1.2.3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user