Skip to content

Commit

Permalink
fix: images not rendering for new releases
Browse files Browse the repository at this point in the history
  • Loading branch information
btlghrants committed Jan 16, 2024
1 parent 90f96ec commit 8aaa3d7
Show file tree
Hide file tree
Showing 45 changed files with 5 additions and 4,760 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,18 @@ jobs:
HUGO_NEW=$(realpath "$WORK/hugo.yaml")
CONT_OLD=$(realpath "$SITE/content/en")
CONT_NEW=$(realpath "$WORK/content/en")
STAT_OLD=$(realpath "$SITE/static")
STAT_NEW=$(realpath "$WORK/static")
rm "$HUGO_OLD"
cp "$HUGO_NEW" "$HUGO_OLD"
rm --recursive --force "$CONT_OLD"
cp --recursive "$CONT_NEW" "$CONT_OLD"
rm --recursive --force "$STAT_OLD"
cp --recursive "$STAT_NEW" "$STAT_OLD"
cd "$DOCS"
git config user.name "docs.yml"
git config user.email "<>"
Expand Down
85 changes: 0 additions & 85 deletions site/content/en/v0.22.0/OnSchedule.md

This file was deleted.

157 changes: 0 additions & 157 deletions site/content/en/v0.22.0/_index.md

This file was deleted.

74 changes: 0 additions & 74 deletions site/content/en/v0.22.0/actions.md

This file was deleted.

34 changes: 0 additions & 34 deletions site/content/en/v0.22.0/capabilities.md

This file was deleted.

Loading

0 comments on commit 8aaa3d7

Please sign in to comment.