We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c4612d commit 88b2f57Copy full SHA for 88b2f57
.github/workflows/build-docs.yml
@@ -4,7 +4,6 @@ on:
4
push:
5
branches:
6
- main
7
- - lab2.0
8
paths:
9
- 'docs/**'
10
- 'package.json'
@@ -23,7 +22,7 @@ jobs:
23
22
- name: checkout repository
24
uses: actions/checkout@v2
25
with:
26
- ref: 'lab2.0' # should be main later
+ ref: 'main' # should be main later
27
28
- name: setup node
29
uses: actions/setup-node@v3
edgelab/version.py
@@ -1,4 +1,4 @@
1
-__version__ = '0.0.1rc0'
+__version__ = '2.0.0rc1'
2
short_version = __version__
3
0 commit comments