Skip to content

Commit

Permalink
Merge pull request #450 from fmichonneau/refactor-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
fmichonneau authored Nov 16, 2021
2 parents 1a77164 + 907ea6c commit b8e4c5e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
- name: inspect content of folder
run: ls -alh _gh-site && ls -alh _gh-site/_data

- name: Deploy to site
uses: JamesIves/[email protected]
with:
branch: site
folder: _gh-site

- name: Deploy
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'carpentries/glosario' }}
uses: maxheld83/[email protected]
Expand Down

0 comments on commit b8e4c5e

Please sign in to comment.