Skip to content

Commit 1f065bf

Browse files
author
Tim Middleton
committed
Remove copying docs to github pages
1 parent d5b667c commit 1f065bf

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ jobs:
6565
DIR=`pwd`
6666
cd build/_output/docs
6767
zip -r ../docs.zip *
68-
# Save the docs.zip
69-
cp ../docs.zip /tmp
7068
7169
- name: Build Binaries
7270
shell: bash
@@ -77,20 +75,6 @@ jobs:
7775
mkdir -p ${CLI_TMP_BIN} || true
7876
cp -R bin/* ${CLI_TMP_BIN}
7977
80-
- name: Release GitHub Pages
81-
shell: bash
82-
run: |
83-
git config --local user.name "Github Action"
84-
git config --local user.email "$GITHUB_ACTOR@users.noreply.github.com"
85-
make release-ghpages
86-
# Restore the Binaries directories
87-
CLI_TMP_BIN=/tmp/coherence-cli-bin
88-
mkdir bin || true
89-
cp -R ${CLI_TMP_BIN}/* bin/
90-
# Restore the docs.zip
91-
mkdir -p ./build/_output
92-
mv /tmp/docs.zip ./build/_output/docs.zip
93-
9478
- name: Create Release
9579
uses: actions/create-release@v1
9680
id: create_release

0 commit comments

Comments
 (0)