Skip to content

Commit ad15e4a

Browse files
committed
Updated docs
1 parent d2b541b commit ad15e4a

14 files changed

+1749
-4555
lines changed

.github/workflows/docs.yaml

+19-8
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,31 @@
11
name: Publish Docs
22
on:
3+
push:
4+
branches:
5+
- main
36
release:
47
types: [created]
58
jobs:
69
docs:
710
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write
813
steps:
9-
- uses: actions/checkout@v2
10-
- uses: actions/setup-node@v2
14+
- name: Checkout
15+
uses: actions/checkout@v4
16+
- name: Setup Node
17+
uses: actions/setup-node@v4
1118
with:
12-
node-version: '12.x'
19+
node-version: 'latest'
1320
registry-url: 'https://npm.pkg.github.com'
1421
scope: '@djthorpe'
15-
- run: npm install
16-
- run: npm run docs
17-
- uses: LuisEnMarroquin/gh-pages-publish@v2.4.4
22+
23+
- name: Generate Documentatin
24+
run: |
25+
npm install
26+
npm run docs
27+
28+
- name: Deploy Documentation
29+
uses: JamesIves/github-pages-deploy-action@v4
1830
with:
19-
FOLDER: dist/doc
20-
SSHKEY: ${{ secrets.SSH }}
31+
folder: dist/doc

assets/font/OpenSans/LICENSE.txt

-202
This file was deleted.
-102 KB
Binary file not shown.
-90.5 KB
Binary file not shown.
-99.7 KB
Binary file not shown.
Binary file not shown.
-90.1 KB
Binary file not shown.
-99.3 KB
Binary file not shown.
-90.3 KB
Binary file not shown.
-94.7 KB
Binary file not shown.
-98.5 KB
Binary file not shown.
Binary file not shown.

assets/font/opensans.css

-81
This file was deleted.

0 commit comments

Comments
 (0)