Skip to content

GHA: Upgrade to actions/checkout v4.1.1 (#41) #63

GHA: Upgrade to actions/checkout v4.1.1 (#41)

GHA: Upgrade to actions/checkout v4.1.1 (#41) #63

Workflow file for this run

name: "Documentation"
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
publish-documentation:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04]
#compiler_c: [clang]
#compiler_cxx: [clang++]
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
- name: Install dependencies
run: |
sudo apt update
sudo apt install -y texinfo
sudo apt install -y autotools-dev autoconf build-essential
- name: Publish docs
#env:
# CC: ${{ matrix.compiler_c }}
# CXX: ${{ matrix.compiler_cxx }}
run: |
cd ${{ github.workspace }}
autoreconf -vi
./scripts/publish-docs.sh