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:
12
.github/workflows/build-all.yml
vendored
12
.github/workflows/build-all.yml
vendored
@@ -69,16 +69,6 @@ jobs:
|
||||
cd htdocs
|
||||
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
|
||||
run: |
|
||||
cd htdocs
|
||||
@@ -87,7 +77,7 @@ jobs:
|
||||
|
||||
- name: Deploy demo page to gh-pages
|
||||
uses: peaceiris/actions-gh-pages@v4
|
||||
#if: ${{ github.ref == 'refs/heads/master' }}
|
||||
if: ${{ github.ref == 'refs/heads/master' }}
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./htdocs
|
Reference in New Issue
Block a user