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 49bfd46 commit 3269a96Copy full SHA for 3269a96
.github/workflows/pages.yml
@@ -23,7 +23,7 @@ concurrency:
23
jobs:
24
# Build job
25
build:
26
- if: github.repository == "seleniumbase/SeleniumBase"
+ if: github.repository == 'seleniumbase/SeleniumBase'
27
runs-on: ubuntu-latest
28
steps:
29
- name: Checkout
@@ -43,7 +43,7 @@ jobs:
43
environment:
44
name: github-pages
45
url: ${{ steps.deployment.outputs.page_url }}
46
47
48
needs: build
49
0 commit comments