Skip to content

Update docs

Update docs #1

Workflow file for this run

name: Documentation
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
documentation:
runs-on: ubuntu-latest
strategy:

Check failure on line 12 in .github/workflows/documentation.yml

View workflow run for this annotation

GitHub Actions / Documentation

Invalid workflow file

The workflow is not valid. .github/workflows/documentation.yml (Line: 12, Col: 14): Unexpected value ''
env:
WITH_SHELL: nix-shell /home/runner/work/arponen/arponen/shell.nix --run
steps:
- uses: actions/[email protected]
- name: pwd
run: |
pwd
- name: Install Nix
uses: cachix/install-nix-action@v15
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Configure
run: |
mkdir -p build && cd build
${WITH_SHELL} 'emacs --version'
${WITH_SHELL} 'sbcl --version'
- name: html
run: |
make readme.html
mv readme.html build/index.html
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: ./build/