We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 416a90a + a748af6 commit aebd182Copy full SHA for aebd182
.github/workflows/lektor-build-deploy.yml
@@ -14,6 +14,7 @@ jobs:
14
pip install pipenv
15
pipenv install
16
pipenv run lektor build -f webpack
17
- - name: Deploy to https://github.com/creativecommons/creativecommons.github.io
+ - name: Deploy to production
18
+ if: github.ref == 'master'
19
run: |
- pipenv run lektor deploy ghpages
20
+ pipenv run lektor deploy ghpages --username ${{ secrets.LEKTOR_DEPLOY_USERNAME }} --password ${{ secrets.LEKTOR_DEPLOY_PASSWORD }}
0 commit comments