Skip to content

Commit

Permalink
Don't deploy on master, use CF pages build
Browse files Browse the repository at this point in the history
  • Loading branch information
Mab879 committed Sep 9, 2023
1 parent c313929 commit 08c1d63
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,3 @@ jobs:
run: python -m stigaview_static -o out products
- name: Copy Static Assets
run: cp --verbose -r static/ out/static
- name: Publish
uses: cloudflare/pages-action@1
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: 'stigaview-static'
directory: 'out'
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
if: ${{ github.repository == 'Mab879/stigaview-static' && github.ref == 'refs/heads/master'}}

0 comments on commit 08c1d63

Please sign in to comment.