Skip to content

Commit

Permalink
chore: deploy artifact to github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
SethFalco committed Aug 29, 2023
1 parent 8ef5d7c commit 9462dca
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9462dca

Please sign in to comment.