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