Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Romain Casati
Basthon-JupyterLab
Commits
497319aa
Commit
497319aa
authored
Apr 26, 2021
by
Nicholas Bollweg
Browse files
move back to job, use braces
parent
378ce9dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/build.yml
View file @
497319aa
...
...
@@ -70,6 +70,7 @@ jobs:
doit test
deploy
:
if
:
${{ secrets.VERCEL_TOKEN != '' }}
needs
:
[
build
]
runs-on
:
ubuntu-latest
steps
:
...
...
@@ -94,7 +95,6 @@ jobs:
env
:
REF
:
${{ github.ref }}
-
uses
:
amondnet/vercel-action@v20
if
:
secrets.VERCEL_TOKEN != ''
with
:
github-token
:
${{ secrets.GITHUB_TOKEN }}
vercel-token
:
${{ secrets.VERCEL_TOKEN }}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment