Updates for versioning support

This commit is contained in:
Chris Hunt
2023-01-10 16:54:01 +00:00
parent 6212e8977b
commit c1c856a858
5 changed files with 21 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
name: Node.js CI
name: Build 1.0
on:
push:
@@ -28,4 +28,5 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: public
folder: public
target-folder: "1.0"