Skip to content

Commit

Permalink
switches GH Pages source branch to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
SandyRogers committed Oct 24, 2022
1 parent 814f5c4 commit 6f05f70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit 6f05f70

Please sign in to comment.