Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yahiafellah authored Sep 12, 2024
1 parent 0a6ff85 commit 433e143
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Deploy to GitHub Pages
on:
push:
branches:
- main
- wiki

jobs:
Expand All @@ -28,10 +27,6 @@ jobs:
- name: PWD
run: pwd

# Step to create CNAME file for redirection
- name: Create CNAME file
run: echo "https://wimp.today/" > ./build/CNAME

# Popular action to deploy to GitHub Pages
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 433e143

Please sign in to comment.