Skip to content

Update file-locations.md #75

Update file-locations.md

Update file-locations.md #75

Workflow file for this run

name: Publish docs via GitHub Pages
on:
push:
branches:
- site
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Checkout site
uses: actions/checkout@v1
- name: Deploy docs
uses: mhausenblas/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CXX: clang++
CC: clang