From 8a362a879505622161736407efa15ce5ec6e2c7c Mon Sep 17 00:00:00 2001 From: Bartek Telec Date: Sun, 11 Feb 2024 14:19:24 +0100 Subject: [PATCH] add deploy step --- .github/workflows/pages.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index c04825d..3ee4f90 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -44,3 +44,7 @@ jobs: environment: name: github-pages url: ${{steps.deployment.outputs.page_url}} + steps: + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v2