Skip to content

Commit

Permalink
we do not deploy anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria committed Jan 13, 2025
1 parent cf64e85 commit ddbe437
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,3 @@ jobs:
- name: Tests
run: |
make test
- name: Deploy 🚀 # Deploy to pages
if: github.ref == 'refs/heads/master'
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages # The branch the action should deploy to.
folder: dist # The folder the action should deploy.
clean: true # Automatically remove deleted files from the deploy branch

0 comments on commit ddbe437

Please sign in to comment.