Skip to content

Commit

Permalink
adding github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
addamichal committed May 25, 2023
1 parent 413eb40 commit f018a43
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: static-site
path: dist/
path: dist/
- name: Deploy to GitHub Pages
id: static-site
uses: actions/deploy-pages@v2

0 comments on commit f018a43

Please sign in to comment.