Commit 02e31e0 1 parent b50b722 commit 02e31e0 Copy full SHA for 02e31e0
File tree 4 files changed +9
-1
lines changed
4 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 29
29
30
30
- name : Build with Trunk
31
31
run : |
32
- trunk build --release --public-url "https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}"
32
+ trunk build --release
33
33
34
34
- name : Deploy
35
35
uses : JamesIves/github-pages-deploy-action@v4
Original file line number Diff line number Diff line change
1
+ cellular-automata.wirthless.dev
Original file line number Diff line number Diff line change 1
1
[build ]
2
+ public_url = " /"
3
+
4
+ [[hooks ]]
5
+ stage = " build"
6
+ command = " sh"
7
+ command_arguments = [" -c" , " echo cellular-automata.wirthless.dev > dist/CNAME" ]
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
+ < base href ="/cellular-automata/ ">
3
4
< meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
4
5
5
6
<!-- Disable zooming: -->
You can’t perform that action at this time.
0 commit comments