Skip to content

Intercept openbasedir exceptions when detecting check for files #32

Intercept openbasedir exceptions when detecting check for files

Intercept openbasedir exceptions when detecting check for files #32

Workflow file for this run

name: docs
on:
push:
branches: [ master ]
tags: [ '*' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Generate docs
run: make docs
- name: Publish
uses: s0/git-publish-subdir-action@develop
env:
REPO: self
BRANCH: docs
FOLDER: docs
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}