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 6ba7b27
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,23 @@ 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
Deployment:
# 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
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit 6ba7b27

Please sign in to comment.