From 51655eecf1b703257cfed5f76ee1453a9358c047 Mon Sep 17 00:00:00 2001 From: Ali Fani Date: Sun, 18 Dec 2022 20:04:52 +0330 Subject: [PATCH] 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.` --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 98d074f..d7b6d6f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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