File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
1313
1414jobs :
1515 testsuite-linux :
16- runs-on : ubuntu-20 .04
16+ runs-on : ubuntu-22 .04
1717 strategy :
1818 fail-fast : false
1919 matrix :
9898
9999 cs-stan :
100100 name : Coding Standard & Static Analysis
101- runs-on : ubuntu-20 .04
101+ runs-on : ubuntu-22 .04
102102
103103 steps :
104104 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 11# Generate the HTML output.
2- FROM markstory /cakephp- docs-builder as builder
2+ FROM ghcr.io /cakephp/ docs-builder as builder
33
44RUN pip install git+https://github.com/sphinx-contrib/video.git@master
55
@@ -15,7 +15,7 @@ RUN cd /data/docs-builder \
1515 && cp /data/docs/static/* /data/website/html/_static/
1616
1717# Build a small nginx container with just the static site in it.
18- FROM markstory /cakephp- docs-builder:runtime as runtime
18+ FROM ghcr.io /cakephp/ docs-builder:runtime as runtime
1919
2020# Configure search index script
2121ENV LANGS="en fr ja pt"
Original file line number Diff line number Diff line change @@ -77,9 +77,9 @@ public function testSqlHtmlOnCli()
7777<div class="cake-debug-output">
7878<span><strong>%s</strong> (line <strong>%d</strong>)</span>
7979<pre class="cake-debug">
80- SELECT
81- panels.id AS %s
82- FROM
80+ SELECT
81+ panels.id AS %s
82+ FROM
8383 panels panels
8484</pre>
8585</div>
You can’t perform that action at this time.
0 commit comments