diff --git a/.github/workflows/main-failing.yml b/.github/workflows/main-failing.yml new file mode 100644 index 0000000..0642b4e --- /dev/null +++ b/.github/workflows/main-failing.yml @@ -0,0 +1,13 @@ +on: [push] + +jobs: + check_html_links_failing_job: + runs-on: ubuntu-latest + name: A job to test check-html-links-action that should fail + steps: + - uses: actions/checkout@v2 + - name: check-html-links-action step + id: check-links + uses: jlengrand/check-html-links-action@v02 + with: + doc-folder: 'test-site-failing' \ No newline at end of file diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e53d01c..40b1188 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,14 +10,4 @@ jobs: id: check-links uses: jlengrand/check-html-links-action@v02 with: - doc-folder: 'test-site' - check_html_links_failing_job: - runs-on: ubuntu-latest - name: A job to test check-html-links-action that should fail - steps: - - uses: actions/checkout@v2 - - name: check-html-links-action step - id: check-links - uses: jlengrand/check-html-links-action@v02 - with: - doc-folder: 'test-site-failing' \ No newline at end of file + doc-folder: 'test-site' \ No newline at end of file