Skip to content

Commit

Permalink
Publish docs to 'dev' version when pushing to main (#396)
Browse files Browse the repository at this point in the history
* Publish docs to 'dev' version when pushing to main

* Updating VERSION to v2.0.1

Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
athackst and github-actions committed Oct 1, 2022
1 parent 71b4e09 commit 6fdc9b8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/release_draft.yml
Expand Up @@ -33,3 +33,13 @@ jobs:
git push -f
echo "Pushed update to main"
fi
update_docs:
runs-on: ubuntu-latest
needs: update_release_draft
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Publish Docs
uses: ./
with:
version: dev
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
v2.0.0
v2.0.1

0 comments on commit 6fdc9b8

Please sign in to comment.