Skip to content

Commit

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

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

jobs:
first_thing:
build:
name: "Build and Test"
runs-on: ubuntu-latest
steps:
- run: echo 'works'

- 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' .
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
paths:
- .github/worflows/deploy.yml
- .github/workflows/deploy.yml

jobs:
first_thing:
Expand Down

0 comments on commit b8f6323

Please sign in to comment.