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 2cd008d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/build_and_publish_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,28 @@ 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
pages: write
id-token: write

jobs:
build-docs:
on-success:
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 2cd008d

Please sign in to comment.