Skip to content

Commit

Permalink
Merge pull request #996 from LukasGentele/docs
Browse files Browse the repository at this point in the history
docs: improve ci for versioned docs
  • Loading branch information
Lukas Gentele authored Mar 4, 2020
2 parents c5ea94b + dfc1d71 commit bc8c308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
if [ ! -z "$NETLIFY_ACCESS_TOKEN" ]
then
rm -r $OUT_DIR/docs/fragments
rm -rf $OUT_DIR/docs/fragments $OUT_DIR/docs/**/fragments
mkdir -p tmp-$TARGET_OUT_DIR
mv $OUT_DIR/* tmp-$TARGET_OUT_DIR
mkdir -p $TARGET_OUT_DIR
Expand Down

0 comments on commit bc8c308

Please sign in to comment.