Skip to content

Commit

Permalink
Update action to copy data
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjameson committed Sep 5, 2024
1 parent 1996c60 commit 0137040
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
working-directory: "./client"
run: npm install

- name: Ensure a content directory
run: mkdir -p "./client/src/content"

- name: Copy data to contebnt directory
run: cp -r ./data ./client/src/content

- name: Read in the project file
id: project
uses: antifree/[email protected]
Expand Down

0 comments on commit 0137040

Please sign in to comment.