Skip to content

Commit

Permalink
Fix deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
unsaturated committed Feb 25, 2024
1 parent d8aa94e commit f38800c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v3
steps:
- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v3

0 comments on commit f38800c

Please sign in to comment.