Skip to content

Commit db83010

Browse files
committed
Fixed reference to master.
1 parent aebd182 commit db83010

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 == 'refs/heads/master'
1919
run: |
2020
pipenv run lektor deploy ghpages --username ${{ secrets.LEKTOR_DEPLOY_USERNAME }} --password ${{ secrets.LEKTOR_DEPLOY_PASSWORD }}

0 commit comments

Comments
 (0)