Skip to content

Commit

Permalink
ci: Fix gh-pages _data generation
Browse files Browse the repository at this point in the history
  • Loading branch information
rsenden committed Mar 7, 2023
1 parent 628b3d5 commit 9cce4c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ jobs:
unzip artifact/docs-html.zip -d "${dir}"
# Recreate version data files, which may be empty if no versions available
cd docs
mkdir -p _data/versions
touch _data/versions/release.yml
touch _data/versions/dev.yml
Expand Down

0 comments on commit 9cce4c4

Please sign in to comment.