Skip to content

Commit

Permalink
ci: remove deploy site for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
vitonsky committed Jun 24, 2024
1 parent c57ee06 commit be9446b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,3 @@ jobs:
mkdir ./site
node ../scripts/genCrxUpdateManifest.js > ./site/chromium_updates.xml
# TODO: build index.html with landing page
- name: Deploy to GitHub Pages
uses: Cecilapp/GitHub-Pages-deploy@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
email: [email protected]
build_dir: "./build/site"
branch: gh-pages

0 comments on commit be9446b

Please sign in to comment.