Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Hofmann authored and Michael Hofmann committed Jun 5, 2024
1 parent 08116e5 commit 8cb6900
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,22 @@ concurrency:

jobs:
# Single deploy job since we're just deploying
Sanity-Check:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run htmltest
uses: wjdp/htmltest-action@master
with:
path: index.html
Test:
- name: Checkout
uses: actions/checkout@v4
Security:
- name: Checkout
uses: actions/checkout@v4
# Sanity-Check:
# steps:
# - name: Checkout
# uses: actions/checkout@v4
# - name: Run htmltest
# uses: wjdp/htmltest-action@master
# with:
# path: index.html
# Test:
# steps:
# - name: Checkout
# uses: actions/checkout@v4
# Security:
# steps:
# - name: Checkout
# uses: actions/checkout@v4
Deployment:
environment:
name: github-pages
Expand Down

0 comments on commit 8cb6900

Please sign in to comment.