Skip to content

Commit ac2e067

Browse files
committed
Removed evaluation syntax from expression in if statement.
1 parent a3b933e commit ac2e067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lektor-build-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
pipenv install
1616
pipenv run lektor build -f webpack
1717
- name: Deploy to production
18-
if: ${{ github.ref == "master" }}
18+
if: github.ref == 'master'
1919
run: |
2020
pipenv run lektor deploy ghpages --username ${{ secrets.LEKTOR_DEPLOY_USERNAME }} --password ${{ secrets.LEKTOR_DEPLOY_PASSWORD }}

0 commit comments

Comments
 (0)