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 dd89404 commit b1fd970Copy full SHA for b1fd970
.github/workflows/doc.yml
@@ -12,6 +12,14 @@ jobs:
12
steps:
13
- uses: actions/checkout@v4
14
- uses: cachix/install-nix-action@v30
15
+ - name: Create production theme
16
+ run: |
17
+ echo >> doc/book.toml
18
+ echo "[output.html]" >> doc/book.toml
19
+ echo 'theme="theme"' >> doc/book.toml
20
+ mkdir doc/theme
21
+ echo '<script defer data-domain="astro.github.io" src="https://p.spaceboyz.net/js/script.js"></script>' > doc/theme/head.hbs
22
+ git add doc/theme
23
- name: Build
24
run: nix build .#doc
25
- name: Deploy
0 commit comments