Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 368cf3edca | |||
| 279a15f6ad |
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@@ -61,10 +61,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
steps:
|
||||
- name: Checkout (tag)
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
# -------------------------
|
||||
# RC-only step
|
||||
# -------------------------
|
||||
@@ -95,6 +91,10 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
steps:
|
||||
- name: Checkout (tag)
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Checkout gh-pages branch
|
||||
run: |
|
||||
set -euo pipefail
|
||||
@@ -112,7 +112,7 @@ jobs:
|
||||
- name: Publish release
|
||||
run: |
|
||||
set -euo pipefail
|
||||
rm ./* ./.* || true
|
||||
rm -rf ./* || true
|
||||
cp -a "${MKDOCS_OUTPUT_DIR}/dist/." ""
|
||||
|
||||
git add -A
|
||||
|
||||
Reference in New Issue
Block a user