Skip to content

Commit

Permalink
[ci][cleanup] Remove trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ilankri committed Dec 18, 2023
1 parent 6794c0f commit 351741d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/siteupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name: Update Web site

# Controls when the action will run.
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
Expand Down Expand Up @@ -34,12 +34,12 @@ jobs:
with:
ocaml-compiler: 4.14.0

- name: Install HOW
- name: Install HOW
run: |
opam pin add -y html_of_wiki https://github.com/ocsigen/html_of_wiki.git
git clone --depth 1 https://github.com/ocsigen/ocsigen.github.io.git __ocsigen.github.io
mv __ocsigen.github.io/template how_template
- name: Generate doc
run: |
export HOW_DOC=tutos
Expand Down

0 comments on commit 351741d

Please sign in to comment.