We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e0ba6 commit 7d438d6Copy full SHA for 7d438d6
.github/workflows/release.yml
@@ -40,6 +40,14 @@ jobs:
40
- name: '📥 Checkout repository'
41
uses: actions/checkout@v2
42
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
+
51
- name: '📸 Build Documentation'
52
id: build
53
run: |
docs/.deploy/github/index.yaml
@@ -1,2 +1,2 @@
1
template:
2
- baseUrl: /emanote-template/
+ baseUrl: /cardano-wallet/
0 commit comments