Skip to content

Commit 7076de3

Browse files
committed
Added username and password to deploy command.
1 parent 416a90a commit 7076de3

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
@@ -16,4 +16,4 @@ jobs:
1616
pipenv run lektor build -f webpack
1717
- name: Deploy to https://github.com/creativecommons/creativecommons.github.io
1818
run: |
19-
pipenv run lektor deploy ghpages
19+
pipenv run lektor deploy ghpages --username ${{ secrets.LEKTOR_DEPLOY_USERNAME }} --password ${{ secrets.LEKTOR_DEPLOY_PASSWORD }}

0 commit comments

Comments
 (0)