Skip to content

Commit 7d438d6

Browse files
committed
Update gh-pages publishing pipeline
1 parent 57e0ba6 commit 7d438d6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@ jobs:
4040
- name: '📥 Checkout repository'
4141
uses: actions/checkout@v2
4242

43+
- name: '🔧 Build emanote site'
44+
run: |
45+
cd docs
46+
mkdir -p output.docker
47+
docker run -e LANG=C.UTF-8 -e LC_ALL=C.UTF-8 -v $PWD:/data sridca/emanote emanote --layers "/data;/data/.deploy/github" gen /data/output.docker
48+
cp -r output.docker ../_build # Ditch docker created root-owned files
49+
bash ../_build/_emanote-bin/compile-css
50+
4351
- name: '📸 Build Documentation'
4452
id: build
4553
run: |

docs/.deploy/github/index.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
template:
2-
baseUrl: /emanote-template/
2+
baseUrl: /cardano-wallet/

0 commit comments

Comments
 (0)