diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 0708697..c907222 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -80,6 +80,7 @@ jobs: cp -R statsforecast docs/ cp -R mlforecast docs/ cp -R neuralforecast docs/ + rm -rf docs/hierarchicalforecast cp -R hierarchicalforecast docs/ cp -R utilsforecast docs/ cp -R datasetsforecast docs/ @@ -97,4 +98,4 @@ jobs: git rm -r -q --cached --ignore-unmatch -- synforecast git add . git diff-index --quiet --cached HEAD -- || git commit -m "Update documentation" - git push origin docs-preview --force \ No newline at end of file + git push origin docs-preview --force diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index be17220..c1d4f8e 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -80,6 +80,7 @@ jobs: cp -R statsforecast docs/ cp -R mlforecast docs/ cp -R neuralforecast docs/ + rm -rf docs/hierarchicalforecast cp -R hierarchicalforecast docs/ cp -R utilsforecast docs/ cp -R datasetsforecast docs/ @@ -97,4 +98,4 @@ jobs: git rm -r -q --cached --ignore-unmatch -- synforecast git add . git diff-index --quiet --cached HEAD -- || git commit -m "Update documentation" - git push origin docs --force \ No newline at end of file + git push origin docs --force