File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1919 os : [ubuntu-latest]
2020
2121 steps :
22- - uses : actions/checkout@v4
23- # Run the Solid test-suite
24- - run : bash ./run-solid-test-suite.sh
22+ - uses : actions/checkout@v4
23+ # Run the Solid test-suite
24+ - run : bash ./run-solid-test-suite.sh
Original file line number Diff line number Diff line change 3434 exclude :
3535 - /
3636 - /404.html
37- favicon_ico : /favicon.ico
37+ favicon_ico : /favicon.ico
3838 main_title :
3939 link : ' /'
4040 recurse : true
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ services:
1919 - 80:80
2020 - 443:443
2121 volumes :
22- - .:/app/
23- # @TODO: The storage directory should be mounted separately
24- # as it really _should_ live outside the code directory
22+ - .:/app/
23+ # @TODO: The storage directory should be mounted separately
24+ # as it really _should_ live outside the code directory
2525
2626 pubsub :
27- build :
28- context : https://github.com/pdsinterop/php-solid-pubsub-server.git#main
29- ports :
27+ build :
28+ context : https://github.com/pdsinterop/php-solid-pubsub-server.git#main
29+ ports :
3030 - 8080:8080
You can’t perform that action at this time.
0 commit comments