Skip to content

Commit

Permalink
Fix typos in action
Browse files Browse the repository at this point in the history
  • Loading branch information
froggleston committed Sep 17, 2024
1 parent 77e11a1 commit 2ccfea8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
- name: Build glossary data files and site
run: make gh-site

- name: Remove _data fromm .gitignore
- name: Remove _data from .gitignore
run: "grep -v '_data' .gitignore > tmpfile && mv tmpfile .gitignore"

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

- name: Deploy to site
Expand Down

0 comments on commit 2ccfea8

Please sign in to comment.