Skip to content

Commit

Permalink
WiP
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitris Poulopoulos <[email protected]>
  • Loading branch information
dpoulopoulos committed Nov 14, 2024
1 parent c261429 commit 416283d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build_and_publish_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,17 @@ on:
workflow_dispatch:
push:
branches:
- 'main'
- "**"
pull_request:
branches:
- "**"
# separate workflow that runs on PRs to main
workflow_run:
workflows:
- "Link Checker"
types:
- completed
branches:
- "**"

permissions:
contents: write
Expand All @@ -20,7 +26,7 @@ jobs:
build-docs:
name: Build Docs
runs-on: ubuntu-latest

if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Checkout Code
uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/links_checker.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Build and Publish Docs
name: Link Checker

on:
push:
branches:
- '*'
- "**"
pull_request:
branches:
- "**"
workflow_dispatch:

jobs:
link-checker:
name: Link Checker
name: Check for Broken Links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 416283d

Please sign in to comment.