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:
Ali Fani 2022-12-18 20:04:52 +03:30 committed by GitHub
parent cf39d43367
commit 51655eecf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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