Skip to content

Commit 5949704

Browse files
committed
v0.3.0
1 parent db76906 commit 5949704

253 files changed

Lines changed: 18294 additions & 34387 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
- run: npm run build
2222
- run: npm run build:seo
2323
- run: npm run build:deploy:prod
24+
- run: npm run build:deploy:prod:gtag
25+
- run: npm run build:deploy:prod:cdn
2426

2527
- name: Add files
2628
run: git add -A

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
- name: Upload Release
2525
uses: ncipollo/release-action@v1
2626
with:
27-
generateReleaseNotes: true
27+
body: "See the [Changelogs](https://pf2etools.com/changelog.html) page."
2828
artifacts: "pf2ools-${{ env.RELEASE_VERSION }}.zip"
2929
token: ${{ secrets.GITHUB_TOKEN }}

Pf2eTools.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
<title>Pf2eTools</title>
1212

13+
<!--PF2ETOOLS_SCRIPT_HEAD_ANCHOR-->
1314
<link rel="stylesheet" href="css/bootstrap.css">
1415
<link rel="stylesheet" href="css/fontawesome.css">
1516
<link rel="stylesheet" href="css/jquery-ui.css">

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Pf2e.Tools
2-
[![Automated Build](https://github.com/Pf2eTools/Pf2eTools.github.io/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/Pf2eTools/Pf2eTools.github.io/actions/workflows/build.yml)
2+
[![Automated Build](https://github.com/Pf2eToolsOrg/Pf2eTools/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/Pf2eToolsOrg/Pf2eTools/actions/workflows/build.yml)
33

4-
Visit the main site (not yet) or go to the unofficial GitHub [mirror](https://pf2etools.github.io/Pf2eTools.html).
4+
Visit the main site (not yet) or go to the unofficial GitHub [mirror](https://pf2etools.com).
55

66
[Join the Pf2eTools Discord here!](https://discord.gg/2hzNxErtVu)
77

@@ -77,7 +77,7 @@ Avoid binding ALT-modified events, as these are not available under MacOS or var
7777

7878
### Dev Server
7979

80-
Do `npm run serve:dev` to launch a local dev server that serves the project files on [`http://localhost:8080/Pf2eTools.html`](http://localhost:8080/Pf2eTools.html).
80+
Do `npm run serve:dev` to launch a local dev server that serves the project files on [`http://localhost:8080/index.html`](http://localhost:8080/index.html).
8181

8282
### Version bump
8383

abilities.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
<title>Abilities - Pf2eTools</title>
1212

13+
<!--PF2ETOOLS_SCRIPT_HEAD_ANCHOR-->
1314
<link rel="stylesheet" href="css/bootstrap.css">
1415
<link rel="stylesheet" href="css/jquery-ui.css">
1516
<link rel="stylesheet" href="css/jquery-ui-slider-pips.css">

actions.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
<title>Actions - Pf2eTools</title>
1212

13+
<!--PF2ETOOLS_SCRIPT_HEAD_ANCHOR-->
1314
<link rel="stylesheet" href="css/bootstrap.css">
1415
<link rel="stylesheet" href="css/jquery-ui.css">
1516
<link rel="stylesheet" href="css/jquery-ui-slider-pips.css">

adventure.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
<title>Adventure - Pf2eTools</title>
1212

13+
<!--PF2ETOOLS_SCRIPT_HEAD_ANCHOR-->
1314
<link rel="stylesheet" href="css/bootstrap.css">
1415
<link rel="stylesheet" href="css/jquery-ui.css">
1516
<link rel="stylesheet" href="css/jquery-ui-slider-pips.css">

adventures.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
<title>Adventures - Pf2eTools</title>
1212

13+
<!--PF2ETOOLS_SCRIPT_HEAD_ANCHOR-->
1314
<link rel="stylesheet" href="css/bootstrap.css">
1415
<link rel="stylesheet" href="css/jquery-ui.css">
1516
<link rel="stylesheet" href="css/jquery-ui-slider-pips.css">

afflictions.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
<title>Afflictions - Pf2eTools</title>
1212

13+
<!--PF2ETOOLS_SCRIPT_HEAD_ANCHOR-->
1314
<link rel="stylesheet" href="css/bootstrap.css">
1415
<link rel="stylesheet" href="css/jquery-ui.css">
1516
<link rel="stylesheet" href="css/jquery-ui-slider-pips.css">

ancestries.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
<title>Ancestries - Pf2eTools</title>
1212

13+
<!--PF2ETOOLS_SCRIPT_HEAD_ANCHOR-->
1314
<link rel="stylesheet" href="css/bootstrap.css">
1415
<link rel="stylesheet" href="css/jquery-ui.css">
1516
<link rel="stylesheet" href="css/jquery-ui-slider-pips.css">

0 commit comments

Comments
 (0)