From 6f6780ccb43706a2015b2e80293eced1e3f6e1a1 Mon Sep 17 00:00:00 2001 From: Arief Rahmansyah Date: Wed, 31 Jul 2024 12:12:06 +0700 Subject: [PATCH] fix deploy github pages by adding back the job id --- .github/workflows/deploy-docs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-docs.yaml b/.github/workflows/deploy-docs.yaml index 6211b2f..0fd42c1 100644 --- a/.github/workflows/deploy-docs.yaml +++ b/.github/workflows/deploy-docs.yaml @@ -53,4 +53,5 @@ jobs: # Deploy the jupyter-book's HTML to GitHub Pages - name: Deploy to GitHub Pages + id: deployment uses: actions/deploy-pages@v4