Skip to content

Commit b893140

Browse files
authored
fix website workflow (#116)
* fix website workflow * uncomment
1 parent 5e1dccc commit b893140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
deploy:
99
name: Deploy
1010
runs-on: ubuntu-latest
11-
if: github.repository == Fs02/rel
11+
if: github.repository == 'Fs02/rel'
1212
steps:
1313
- name: Checkout rel
1414
uses: actions/checkout@v2

0 commit comments

Comments
 (0)