mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-04-03 18:21:00 +02:00
Update scripts
This commit is contained in:
parent
d5e0411165
commit
659802d03b
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -21,6 +21,7 @@ jobs:
|
|||||||
sudo apt install -y wget npm
|
sudo apt install -y wget npm
|
||||||
sudo npm install -g tiddlywiki
|
sudo npm install -g tiddlywiki
|
||||||
./Build.sh
|
./Build.sh
|
||||||
|
./DeployOld.sh
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: JamesIves/github-pages-deploy-action@v4
|
uses: JamesIves/github-pages-deploy-action@v4
|
||||||
|
@ -9,6 +9,7 @@ pages:
|
|||||||
stage: deploy
|
stage: deploy
|
||||||
script: |
|
script: |
|
||||||
./Build.sh
|
./Build.sh
|
||||||
|
./DeployOld.sh
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
5
Build.sh
5
Build.sh
@ -1,7 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
URL="https://kb.octt.eu.org"
|
|
||||||
|
|
||||||
cd ./public
|
cd ./public
|
||||||
|
|
||||||
tiddlywiki \
|
tiddlywiki \
|
||||||
@ -9,6 +7,3 @@ tiddlywiki \
|
|||||||
--output ./ \
|
--output ./ \
|
||||||
--rendertiddler $:/core/templates/static.template.css Style.css text/plain \
|
--rendertiddler $:/core/templates/static.template.css Style.css text/plain \
|
||||||
--rendertiddler $:/core/templates/alltiddlers.template.html Static.html text/plain
|
--rendertiddler $:/core/templates/alltiddlers.template.html Static.html text/plain
|
||||||
|
|
||||||
wget -O "-1.html" "$URL" || true
|
|
||||||
wget -O "-2.html" "$URL/-1.html" || true
|
|
||||||
|
8
DeployOld.sh
Executable file
8
DeployOld.sh
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
URL="https://kb.octt.eu.org"
|
||||||
|
|
||||||
|
cd ./public
|
||||||
|
|
||||||
|
wget -O "-1.html" "$URL" || true
|
||||||
|
wget -O "-2.html" "$URL/-1.html" || true
|
Loading…
x
Reference in New Issue
Block a user