diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2020-06-10 05:10:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-10 14:10:57 +0200 |
commit | 8bbdb8f43fb0da04d4b75bca011662f690972bfe (patch) | |
tree | 3dec6af1267a36d12f8b067aca49fb4f0bf95068 /.github | |
parent | 5131af1a446140d275510d67bff281f2e42cc19b (diff) | |
download | Nim-8bbdb8f43fb0da04d4b75bca011662f690972bfe.tar.gz |
fix #14545 windows CI docs (#14590)
* fix #14545 windows paths * add lib/std/private/strutils2.nim * remove dependency strutils2 => strutils * address comment: lib/std/private/strutils2.nim => compiler/strutils2.nim
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci_docs.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci_docs.yml b/.github/workflows/ci_docs.yml index 2fbf7e7dc..816f560c9 100644 --- a/.github/workflows/ci_docs.yml +++ b/.github/workflows/ci_docs.yml @@ -24,6 +24,7 @@ on: - 'tools/kochdocs.nim' - '.github/workflows/ci_docs.yml' + jobs: build: strategy: |