Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mamico committed Jun 1, 2024
1 parent f6cfa5f commit d1e7b18
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: PA WebSite Audit
on:
- push
- pull_request
# - pull_request
- workflow_dispatch

jobs:
Expand All @@ -12,8 +12,8 @@ jobs:
fail-fast: false
matrix:
hostname:
- 'v3.io-comune.redturtle.it'
- 'www.comune.bibbiano.re.it'
# - 'v3.io-comune.redturtle.it'
# - 'www.comune.bibbiano.re.it'
- 'www.comune.camposanto.mo.it'
# - 'www.comune.cavriago.re.it'
# - 'www.comune.modena.it'
Expand Down Expand Up @@ -53,11 +53,15 @@ jobs:
path: ./report
pattern: audit-*
merge-multiple: true
- name: List files
run: ls -l ./report

publish-html:
runs-on: ubuntu-latest
needs: [ download-artifact ]
steps:
- name: List files
run: ls -l ./report
- name: Publish HTML report
uses: peaceiris/actions-gh-pages@v4
with:
Expand Down

0 comments on commit d1e7b18

Please sign in to comment.