We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ae7cc commit 85bda1eCopy full SHA for 85bda1e
appveyor.doc.yml
@@ -27,8 +27,9 @@ build_script:
27
- git add Doc\*.md
28
# - git commit -m "Update doc"
29
# - git push CodeJam.wiki
30
+- cd c:\projects\codejam
31
after_build:
-- cmd: 7z a -r CodeJamDoc.zip Doc\*.*
32
+- cmd: 7z a -r CodeJamDoc.zip c:\projects\codejam.wiki\Doc\*.*
33
artifacts:
34
- path: CodeJamDoc.zip
35
name: CodeJamDoc
0 commit comments