Skip to content

Commit

Permalink
Updated documentation build.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanFabian committed Aug 9, 2024
1 parent 44fcec6 commit 740c1a8
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,19 @@ on:

jobs:
build:
runs-on: debian-latest
container: debian:buster-slim
runs-on: ubuntu-latest
steps:
- name: Prerequisites
run: |
apt-get update
apt-get install -y git doxygen graphviz
shell: bash

- name: Checkout Code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Execute script to build our documentation and update pages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build documentation
run: |
cd docs && make html
shell: bash
- uses: actions/upload-pages-artifact@v1
with:
name: github-pages
Expand Down

0 comments on commit 740c1a8

Please sign in to comment.