Skip to content

Commit

Permalink
pipeline WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
timohuber committed Jul 12, 2024
1 parent b4b98f6 commit 62b0aa1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Deploy Jekyll with GitHub Pages dependencies preinstalled
on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
branches: ["main","feature/graphics"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -28,6 +28,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Docker
uses: actions/setup-docker@v3
- name: Generate mermaid diagrams
run: |
docker run --rm -v ${{ github.workspace }}:/workspace -w /workspace minlag/mermaid-cli:latest \
/bin/bash -c "./scripts/render-images.sh"
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Build with Jekyll
Expand Down

0 comments on commit 62b0aa1

Please sign in to comment.