Skip to content

Commit

Permalink
Add auto generated config parameters file
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed Nov 6, 2023
1 parent 0fa80fe commit a249b51
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,12 @@ jobs:
cd pelican
make generate USE_DOCKER=1
echo "Copying the pelican site to the /public folder"
# Copy the parameters.json file to the /public/static folder
cp docs/parameters.json ../public/static/parameters.json
cd ..
ls
cp ./pelican/docs/parameters.json ./public/static/parameters.json
- name: Detect package manager
id: detect-package-manager
run: |
Expand Down

0 comments on commit a249b51

Please sign in to comment.