Skip to content

Commit

Permalink
add deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
bartektelec committed Feb 11, 2024
1 parent 078903e commit 8a362a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,7 @@ jobs:
environment:
name: github-pages
url: ${{steps.deployment.outputs.page_url}}
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit 8a362a8

Please sign in to comment.