Skip to content

Commit

Permalink
deploy github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mytja committed Jan 6, 2024
1 parent 61a50ce commit 1a03739
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/translation-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1a03739

Please sign in to comment.