Removed trash step, Fixed last faulty path
Some checks failed
Build Everything / sass_compile (push) Has been cancelled
Some checks failed
Build Everything / sass_compile (push) Has been cancelled
Update build-all.yml and cards.php
This commit is contained in:
parent
028394ee85
commit
9c1837564a
12
.github/workflows/build-all.yml
vendored
12
.github/workflows/build-all.yml
vendored
@ -69,16 +69,6 @@ jobs:
|
|||||||
cd htdocs
|
cd htdocs
|
||||||
php ./index.php > ./index.html
|
php ./index.php > ./index.html
|
||||||
|
|
||||||
- name: Upload `index.html` build artifact
|
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
if: ${{ github.actor == 'aziascreations' }}
|
|
||||||
with:
|
|
||||||
name: index.html
|
|
||||||
path: "./htdocs/index.html"
|
|
||||||
if-no-files-found: error
|
|
||||||
retention-days: 90
|
|
||||||
compression-level: 9
|
|
||||||
|
|
||||||
- name: Remove trash
|
- name: Remove trash
|
||||||
run: |
|
run: |
|
||||||
cd htdocs
|
cd htdocs
|
||||||
@ -87,7 +77,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Deploy demo page to gh-pages
|
- name: Deploy demo page to gh-pages
|
||||||
uses: peaceiris/actions-gh-pages@v4
|
uses: peaceiris/actions-gh-pages@v4
|
||||||
#if: ${{ github.ref == 'refs/heads/master' }}
|
if: ${{ github.ref == 'refs/heads/master' }}
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./htdocs
|
publish_dir: ./htdocs
|
@ -22,7 +22,7 @@ if (basename(__FILE__) == basename($_SERVER["SCRIPT_FILENAME"])) {
|
|||||||
|
|
||||||
<div class="my-s border r-l bkgd-dark grid d-inline-block">
|
<div class="my-s border r-l bkgd-dark grid d-inline-block">
|
||||||
<div class="bb">
|
<div class="bb">
|
||||||
<img src="/img/maki-03.jpg" alt="Hungry Kitty Cat" class="r-r p-s px-l" height="128px">
|
<img src="./img/maki-03.jpg" alt="Hungry Kitty Cat" class="r-r p-s px-l" height="128px">
|
||||||
</div>
|
</div>
|
||||||
<div class="bkgd-gray t-center">
|
<div class="bkgd-gray t-center">
|
||||||
<p>Hungry Cat</p>
|
<p>Hungry Cat</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user