Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Update deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed May 16, 2023
1 parent 800847e commit 1c064d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
- name: Build
working-directory: ./src
run: dotnet fornax build

- name: Index
run: npm run index

- name: deploy
uses: JamesIves/github-pages-deploy-action@v4
Expand Down
4 changes: 3 additions & 1 deletion src/Nfdi4Plants.Fornax.Template/content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"url": "https://github.com/Freymaurer/Nfdi4Plants.Fornax"
},
"scripts": {
"bundle": "rollup --config rollup.config.js"
"bundle": "rollup --config rollup.config.js",
"index": "npx -y pagefind --source ./src/_public",
"indexserve": "npx -y pagefind --source ./src/_public --serve"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit 1c064d7

Please sign in to comment.