mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 06:17:49 +00:00
Add wiki to artifacts
snapshot the wiki https://github.com/official-stockfish/stockfish/wiki as part of the artifacts generated. This will allow future release to include the wiki pages as a form of documentation closes https://github.com/official-stockfish/Stockfish/pull/4420 No functional change
This commit is contained in:
committed by
Joost VandeVondele
parent
5c75c1c2fb
commit
5c589142ae
@@ -99,10 +99,17 @@ jobs:
|
|||||||
- name: Remove non src files
|
- name: Remove non src files
|
||||||
run: rm -f *.o .depend *.nnue
|
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.
|
- name: Create tar archive.
|
||||||
run: |
|
run: |
|
||||||
cd ..
|
cd ..
|
||||||
mkdir stockfish
|
mkdir stockfish
|
||||||
|
cp -r wiki stockfish/
|
||||||
cp -r src stockfish/
|
cp -r src stockfish/
|
||||||
cp stockfish-android-$BINARY$EXT stockfish/
|
cp stockfish-android-$BINARY$EXT stockfish/
|
||||||
cp "Top CPU Contributors.txt" stockfish/
|
cp "Top CPU Contributors.txt" stockfish/
|
||||||
|
|||||||
@@ -83,10 +83,17 @@ jobs:
|
|||||||
- name: Remove non src files
|
- name: Remove non src files
|
||||||
run: rm -f *.o .depend *.nnue
|
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.
|
- name: Create tar archive.
|
||||||
run: |
|
run: |
|
||||||
cd ..
|
cd ..
|
||||||
mkdir stockfish
|
mkdir stockfish
|
||||||
|
cp -r wiki stockfish/
|
||||||
cp -r src stockfish/
|
cp -r src stockfish/
|
||||||
cp stockfish-$OS-$BINARY$EXT stockfish/
|
cp stockfish-$OS-$BINARY$EXT stockfish/
|
||||||
cp "Top CPU Contributors.txt" stockfish/
|
cp "Top CPU Contributors.txt" stockfish/
|
||||||
|
|||||||
Reference in New Issue
Block a user