Skip to content

Commit

Permalink
Improve workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiaisgro committed Jul 31, 2024
1 parent 859e458 commit 926b339
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/doxygen-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,23 @@
name: Doxygen Documentation
name: Deploy Documentation

on:
push:
branches:
- main

permissions:
contents: write
- master

jobs:
build-and-deploy:
name: Build and Deploy
name: Build and Deploy Documentation
runs-on: ubuntu-latest
steps:

- name: Checkout code
uses: actions/checkout@v4
- name: Checkout
uses: actions/checkout@v3

- name: Installation
shell: bash
run: |
sudo apt-get update
sudo apt-get install doxygen -y
sudo apt-get install graphviz -y
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Build and test
run: make all
run: make -B all
# -B forces a fresh build to prevent caching

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down

0 comments on commit 926b339

Please sign in to comment.