-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
switches GH Pages source branch to
develop
- Loading branch information
1 parent
814f5c4
commit 6f05f70
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: | |
|
||
- name: ⚙️ - Rebuild for deployment | ||
working-directory: client-repo | ||
if: github.ref == 'refs/heads/new-client' | ||
if: github.ref == 'refs/heads/develop' | ||
run: | | ||
echo "{\"googleMapsKey\": \"$MAPS_KEY\", \"basename\": \"\/ebi-metagenomics-client\"}" > "$(pwd)/config.private.json" | ||
npm run clean | ||
|
@@ -171,7 +171,7 @@ jobs: | |
|
||
|
||
- name: 🚀 - Deploy Site | ||
if: github.ref == 'refs/heads/new-client' | ||
if: github.ref == 'refs/heads/develop' | ||
uses: JamesIves/[email protected] | ||
with: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|