Removed beautifier step

Update php-render.yml
This commit is contained in:
Herwin Bozet (NibblePoker) 2024-11-26 21:42:45 +01:00
parent bcc7cf6c98
commit 20beca9025

View File

@ -15,15 +15,6 @@ jobs:
submodules: true
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 'latest'
- name: Install HTML Beautifier
run: |
npm install -g beautify -g
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
@ -35,11 +26,6 @@ jobs:
cd htdocs
php ./index.php > ./index.raw.html
- name: Beautify HTML
run: |
cd htdocs
beautify -o ./index.raw.html ./index.html
- name: Upload `index.html` build artifact
uses: actions/upload-artifact@v4
if: ${{ github.actor == 'aziascreations' }}