From 1a037393f2e26354c241263de19e1feedc244b83 Mon Sep 17 00:00:00 2001 From: mytja Date: Sun, 7 Jan 2024 00:51:46 +0100 Subject: [PATCH] deploy github pages --- .github/workflows/translation-website.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/translation-website.yml b/.github/workflows/translation-website.yml index 1bb3825..0fa19a1 100644 --- a/.github/workflows/translation-website.yml +++ b/.github/workflows/translation-website.yml @@ -26,3 +26,17 @@ jobs: uses: actions/upload-pages-artifact@v2 with: path: translation/ + + deploy: + needs: generate + permissions: + pages: write + id-token: write + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + steps: + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v4