Skip to content

Commit

Permalink
Add localData directory to build
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-r-bigelow committed Feb 23, 2024
1 parent 1e7aec2 commit 2c40862
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
uses: actions/checkout@v4

- name: Update People Info 🙂 # This pulls the latest info about who is on which Github team
run: mkdir localData
run: |
gh api graphql -f query='
query {
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.quarto
_site
/.quarto/
localData/*
localData

0 comments on commit 2c40862

Please sign in to comment.