Skip to content

Commit

Permalink
Add _data/en output check
Browse files Browse the repository at this point in the history
  • Loading branch information
froggleston committed Sep 17, 2024
1 parent 2ccfea8 commit f313907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: "grep -v '_data' .gitignore > tmpfile && mv tmpfile .gitignore"

- name: Inspect content of folder
run: ls -alh _gh-site && ls -alh _gh-site/_data
run: ls -alh _gh-site && ls -alh _gh-site/_data && ls -alh _gh-site/_data/en

- name: Deploy to site
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'carpentries/glosario' }}
Expand Down

0 comments on commit f313907

Please sign in to comment.