Skip to content

Commit

Permalink
Don't skip GH deployment (will have to remember to revert that before…
Browse files Browse the repository at this point in the history
… merging)
  • Loading branch information
idanarye committed Aug 18, 2024
1 parent af15af6 commit b14d0af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
docs-and-demos-ghpages:
name: Update Docs and Demos in GitHub Pages
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
#if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v2
- uses: jetli/[email protected]
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: docs-and-demos-ghpages
if: github.ref == 'refs/heads/main'
#if: github.ref == 'refs/heads/main'
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit b14d0af

Please sign in to comment.