]> git.sesse.net Git - stockfish/blobdiff - .github/workflows/stockfish_binaries.yml
Add wiki to artifacts
[stockfish] / .github / workflows / stockfish_binaries.yml
index 06b13a9e095dae997a3655ce8980d75fef93302f..b22897cf69215ba7bd3c673382ffc8343cfbfe59 100644 (file)
@@ -83,10 +83,17 @@ jobs:
       - name: Remove non src files
         run: rm -f *.o .depend *.nnue
 
+      - name: Download wiki
+        run: |
+          git clone https://github.com/official-stockfish/Stockfish.wiki.git ../wiki
+          cd ../wiki
+          rm -rf .git
+
       - name: Create tar archive.
         run: |
           cd ..
           mkdir stockfish
+          cp -r wiki stockfish/
           cp -r src stockfish/
           cp stockfish-$OS-$BINARY$EXT stockfish/
           cp "Top CPU Contributors.txt" stockfish/