Skip to content

Commit

Permalink
fix static files
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Davis committed Jan 5, 2024
1 parent b36fdad commit 1a60ec5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
# node-version: ${{ env.NODE_VERSION }}
- run: npm install
- run: npm run build:production
- name: Copy static files
run: cp -r ./public/. ./dist

- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down

0 comments on commit 1a60ec5

Please sign in to comment.