Skip to content

Commit

Permalink
GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa committed Dec 9, 2024
1 parent 8f09410 commit c7d42f3
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,22 @@ on:
jobs:

mkdocs-link-check:

runs-on: ubuntu-22.04
steps:

- uses: actions/checkout@v4

- name: mkdocs-link-check (soft)
uses: byrnereese/[email protected]
continue-on-error: true
with:
recurse: 'yes'
verbose-mode: 'yes'

docs:
name: "Deploy docs"
runs-on: ubuntu-22.04
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
tasklist:

tasks-list page:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:

Expand Down Expand Up @@ -90,9 +89,9 @@ jobs:
- name: Move tasks-list built files in docs site
run: mv fractal-web/tasks-list/build/ site/fractal-tasks

- name: Deploy docs
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./site
# - name: Deploy docs
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
# uses: peaceiris/actions-gh-pages@v4
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: ./site

0 comments on commit c7d42f3

Please sign in to comment.