File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 - run : npm run build:seo
2323 - run : npm run build:deploy:prod
2424 - run : npm run build:deploy:prod:gtag
25- - run : npm run build:deploy:prod:cdn
25+ # - run: npm run build:deploy:prod:cdn
2626
2727 - name : Add files
2828 run : git add -A
4242 with :
4343 github_token : ${{ secrets.GITHUB_TOKEN }}
4444 branch : prod
45- force : true
45+ force : true
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ if (typeof module !== "undefined") require("./parser.js");
55
66// in deployment, `IS_DEPLOYED = "<version number>";` should be set below.
77IS_DEPLOYED = undefined ;
8- VERSION_NUMBER = /* PF2ETOOLS_VERSION__OPEN */ "0.3.0 " /* PF2ETOOLS_VERSION__CLOSE */ ;
8+ VERSION_NUMBER = /* PF2ETOOLS_VERSION__OPEN */ "0.3.1 " /* PF2ETOOLS_VERSION__CLOSE */ ;
99DEPLOYED_STATIC_ROOT = "" ; // ""; // FIXME re-enable this when we have a CDN again
1010IS_VTT = false ;
1111
Original file line number Diff line number Diff line change 11{
22 "name" : " pf2etools" ,
33 "author" : " Pf2eTools" ,
4- "version" : " 0.3.0 " ,
4+ "version" : " 0.3.1 " ,
55 "license" : " MIT" ,
66 "description" : " A site dedicated to making playing games with your friends as easy as possible." ,
77 "scripts" : {
Original file line number Diff line number Diff line change 99
1010// importScripts("./js/sw-files.js");
1111
12- const cacheName = /* PF2ETOOLS_VERSION__OPEN */ "0.3.0 " /* PF2ETOOLS_VERSION__CLOSE */ ;
12+ const cacheName = /* PF2ETOOLS_VERSION__OPEN */ "0.3.1 " /* PF2ETOOLS_VERSION__CLOSE */ ;
1313// const cacheableFilenames = new Set(filesToCache);
1414
1515let isCacheRunning ;
You can’t perform that action at this time.
0 commit comments