Skip to content

Commit

Permalink
test quick deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
daringer committed Nov 25, 2024
1 parent 22f2c1c commit bd78ab0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
username: docs
port: ${{ secrets.DOCS_PORT }}
key: ${{ secrets.DEPLOY_AUTH_KEY }}
script: /var/www/docs/deploy/deploy.sh en ${{ steps.upload-quick.outputs.artifact-id }} ${{ secrets.DOWNLOAD_TOKEN }}
script: /var/www/docs/deploy/github-trigger.sh en ${{ steps.upload-quick.outputs.artifact-id }} ${{ secrets.DOWNLOAD_TOKEN }}

- name: build pot files
run: sphinx-build -b gettext source locales/
Expand Down
2 changes: 2 additions & 0 deletions source/components/software/nitropy/linux/udev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ After installing the rules, you need to reload them::
If you still cannot access your device, try again after rebooting your system.
If you encouter issues, look at this `github comment <https://github.com/Nitrokey/pynitrokey/issues/167#issuecomment-1024921046>`__
for some debugging hints.

todo: more details

0 comments on commit bd78ab0

Please sign in to comment.