Skip to content

Commit

Permalink
use ci-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jdettmannnava committed Dec 13, 2024
1 parent cf99174 commit 202a734
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,14 @@
name: "DPC Static Site CI Workflow"
name: 'deploy static site'

on:
workflow_dispatch:
push:
paths:
- .github/worflows/deploy.yml

jobs:
build:
name: "Build and Test"
first_thing:
runs-on: ubuntu-latest
steps:
- name: "Checkout code"
uses: actions/checkout@v2
- name: "Build and Test"
run: |
mkdir -p _site
mkdir -p .jekyll-cache
./scripts/build_and_test.sh
- name: "Check for broken links"
uses: lycheeverse/lychee-action@v1
with:
fail: true
jobSummary: true
args: --no-progress --accept '200..=299, 401, 403, 405' .
- run: echo 'works'

0 comments on commit 202a734

Please sign in to comment.