We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3b933e commit ac2e067Copy full SHA for ac2e067
.github/workflows/lektor-build-deploy.yml
@@ -15,6 +15,6 @@ jobs:
15
pipenv install
16
pipenv run lektor build -f webpack
17
- name: Deploy to production
18
- if: ${{ github.ref == "master" }}
+ if: github.ref == 'master'
19
run: |
20
pipenv run lektor deploy ghpages --username ${{ secrets.LEKTOR_DEPLOY_USERNAME }} --password ${{ secrets.LEKTOR_DEPLOY_PASSWORD }}
0 commit comments