Skip to content
Snippets Groups Projects
Unverified Commit 226c9129 authored by Eduardo Trujillo's avatar Eduardo Trujillo
Browse files

fix(posts): Add additional instructions

parent 52e4e776
Loading
......@@ -24,10 +24,15 @@ and `--coverage` respectively.
```bash
#!/bin/bash
# .travis/assemble-docs.sh
#
# Make sure you install the Travis CLI and encrypt a GitHub API token with
# access to the repository: `travis encrypt GH_TOKEN=xxxxxxx --add`.
#
# This script is meant to be run during the `after_success` build step.
# Copy haddocks to a separate directory.
mkdir -p ../gh-pages
cp -R "$(stack path --local-doc-root)" ../gh-pages
cp -R "$(stack path --local-hpc-root)" ../gh-pages
cd ../gh-pages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment