-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't skip GH deployment (will have to remember to revert that before…
… merging)
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
@@ -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 | ||
|