Skip to content

Commit

Permalink
build action hotfix
Browse files Browse the repository at this point in the history
there needs to be a promptSets directory
  • Loading branch information
12beesinatrenchcoat authored Dec 14, 2021
1 parent 95a967c commit 3c85127
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ jobs:
with:
node-version: 16

- run: npm i
- run: npm run build
- name: building the thing
run: |
npm i
mkdir promptSets
npm run build
- name: commit to gh-pages
run: |
Expand Down

0 comments on commit 3c85127

Please sign in to comment.