summary refs log tree commit diff stats
path: root/.github
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2020-06-10 05:10:57 -0700
committerGitHub <noreply@github.com>2020-06-10 14:10:57 +0200
commit8bbdb8f43fb0da04d4b75bca011662f690972bfe (patch)
tree3dec6af1267a36d12f8b067aca49fb4f0bf95068 /.github
parent5131af1a446140d275510d67bff281f2e42cc19b (diff)
downloadNim-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.yml1
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: