From 9462dca35733f781b5be4f4f5e0476e4b18a72a9 Mon Sep 17 00:00:00 2001 From: Seth Falco Date: Tue, 29 Aug 2023 20:45:19 +0200 Subject: [PATCH] chore: deploy artifact to github pages --- .github/workflows/translations.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 1288912..6ec3a3f 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -37,3 +37,10 @@ jobs: path: /tmp/tldr-pages-translation-pairs.tar.gz if-no-files-found: error retention-days: 60 + - name: Upload artifact + uses: actions/upload-pages-artifact@v2 + with: + path: /tmp/tldr-pages-translation-pairs.tar.gz + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v2