Skip to content

Commit

Permalink
more ci
Browse files Browse the repository at this point in the history
  • Loading branch information
achim-k committed Nov 3, 2023
1 parent 3dbf16b commit 084e022
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,11 @@ jobs:
- run: yarn workspace test-client-web-app lint:ci
- run: yarn workspace test-client-web-app build
- name: Upload pages artifact
if: github.event_name == 'push'
uses: actions/upload-pages-artifact@v2
with:
path: typescript/test-client-web-app/dist
- name: Deploy to GitHub Pages
if: github.event_name == 'push'
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit 084e022

Please sign in to comment.