Skip to content

Commit

Permalink
Add the missing deployment environment for gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mdarif committed Jan 26, 2025
1 parent fe8e47a commit 041fa05
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 @@ -47,6 +47,8 @@ jobs:
deploy:
needs: build
runs-on: ubuntu-latest
environment:
name: github-pages # Add the environment here

steps:
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 041fa05

Please sign in to comment.