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 a249b51 commit 41b0523
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ jobs:
echo "Copying the pelican site to the /public folder"
# Copy the parameters.json file to the /public/static folder
cd ..
ls
cp ./pelican/docs/parameters.json ./public/static/parameters.json
mkdir -p ../public/static
cp docs/parameters.json ../public/static/parameters.json
- name: Detect package manager
id: detect-package-manager
run: |
Expand Down

0 comments on commit 41b0523

Please sign in to comment.