From 202a73495d566a49496a0cfebed30be324ccda57 Mon Sep 17 00:00:00 2001 From: jdettmannnava <145699825+jdettmannnava@users.noreply.github.com> Date: Fri, 13 Dec 2024 10:38:30 -0500 Subject: [PATCH] use ci-workflow --- .github/workflows/ci-workflow.yml | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 1e4ba86..aeee5e2 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -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' +