From 1f23314665765a4716ea0edf2508c0968ce22f5d Mon Sep 17 00:00:00 2001 From: Alexander Loechel Date: Thu, 1 Feb 2024 18:06:03 +0100 Subject: [PATCH] update github action --- .github/workflows/pages.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yaml b/.github/workflows/pages.yaml index ed4db42..b9a3308 100644 --- a/.github/workflows/pages.yaml +++ b/.github/workflows/pages.yaml @@ -45,4 +45,4 @@ jobs: path: 'public' - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@3 \ No newline at end of file + uses: actions/deploy-pages@v3 \ No newline at end of file