Skip to content

Commit

Permalink
ci: always pull before pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
moabu committed Nov 29, 2022
1 parent 2ee82dc commit d1e1cc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ jobs:
LATEST=${{ steps.set_versions.outputs.LATEST }}
STABLE=${{ steps.set_versions.outputs.STABLE }}
git checkout gh-pages
git pull origin gh-pages
# move generated chart from a previous step
mv ../janssen-*.tgz ./charts/
cd ./charts
Expand Down

0 comments on commit d1e1cc8

Please sign in to comment.