From 9484de09f596708e2cf62a3ef457b4da94ea41bf Mon Sep 17 00:00:00 2001 From: Bjerg Date: Mon, 19 Jun 2023 11:19:34 +0200 Subject: [PATCH] ci: use `actions/deploy-pages@v2` (#3223) --- .github/workflows/book.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index 1f50c2d6cd..3ff003ba26 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -87,4 +87,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 \ No newline at end of file + uses: actions/deploy-pages@v2