Skip to content

Commit

Permalink
Setting version to master in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
guiferviz committed May 30, 2020
1 parent e8da327 commit 360fc1b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docs_gh_pages.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Build Docs"
name: "Build master docs"

on:
push:
Expand All @@ -13,6 +13,10 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Set version to master
run: |
# Substitute value in _version file.
sed -i "s/0.0.0/master/" recipipe/_version.py
- name: Install dependencies
run: |
sudo apt-get install graphviz
Expand Down

0 comments on commit 360fc1b

Please sign in to comment.