Skip to content

Commit

Permalink
chore: update website on release published
Browse files Browse the repository at this point in the history
  • Loading branch information
saturday06 committed Dec 11, 2024
1 parent 1e13e36 commit 18c3f06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,13 @@ jobs:
run: |
set -x
git fetch --depth=1 origin README
git fetch --depth=1 origin main
git fetch --depth=1 origin website || true
git fetch --depth=1 origin unplanned-release || true
case "$GITHUB_SHA" in
"") exit 0;;
"$(git rev-parse origin/README)");;
"$(git rev-parse origin/main)");;
"$(git rev-parse origin/website || true)");;
"$(git rev-parse origin/unplanned-release || true)");;
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
rm -r .github/workflows/
mkdir .github/workflows/
cp ../.github/workflows/close-resolved-stale-issues.yml .github/workflows/
cp ../.github/workflows/gh-pages.yml .github/workflows/
cp ../.github/workflows/release-please.yml .github/workflows/
cp ../README.md .
find . -maxdepth 1 -name "LICENSE*" -exec rm {} \;
Expand Down

0 comments on commit 18c3f06

Please sign in to comment.