Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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
git push origin docs-preview --force
3 changes: 2 additions & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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
git push origin docs --force