We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aebd182 commit db83010Copy full SHA for db83010
.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 == 'refs/heads/master'
19
run: |
20
pipenv run lektor deploy ghpages --username ${{ secrets.LEKTOR_DEPLOY_USERNAME }} --password ${{ secrets.LEKTOR_DEPLOY_PASSWORD }}
0 commit comments