Skip to content

Commit

Permalink
Make sure to deploy to gh-pages branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ocaisa authored Feb 19, 2021
1 parent e4d65b6 commit 09fadf9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- name: Get GeoJSON for instructor map
run: |
curl --remote-name-all https://feeds.carpentries.org/all_instructors_by_airport.geojson &&\
cp all_instructors_by_airport.geojson files/.
curl --remote-name-all https://feeds.carpentries.org/all_instructors_by_airport.geojson &&\
cp all_instructors_by_airport.geojson files/.
# - name: Create PDF file of some pages
Expand All @@ -54,3 +54,5 @@ jobs:
uses: helaili/[email protected]
env:
JEKYLL_PAT: ${{ secrets.JEKYLL_PAT }}
with:
target_branch: 'gh-pages'

0 comments on commit 09fadf9

Please sign in to comment.