Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Aug 27, 2024
1 parent b225ae8 commit 124e96e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Run codespell
uses: codespell-project/actions-codespell@v2
# this file contains typos by design
skip: acl-evil.lst
4 changes: 2 additions & 2 deletions .github/workflows/trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Send request to webhook to trigger update of doc
run: |
curl -v -H 'X-Hook-Secret: ${{ secrets.HOOK_SECRET }}' ${{ secrets.HOOK_URL }}
run: |
curl -v -H 'X-Hook-Secret: ${{ secrets.HOOK_SECRET }}' ${{ secrets.HOOK_URL }}
2 changes: 1 addition & 1 deletion doc/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ It is possible that the gap between the current development version and the curr

=> Read this page on the `next` branch: https://doc.elabftw.net/next/contributing.html#contributing-to-the-code

Another thing is that this documentation is targeted towards GNU/Linux users. If you are on Windows or MacOS, you will need to adapt some things. We currently do not provide detailed documentation for Windows or MacOS users, as we are avid open source software afficionados, and consider these operating systems as malware.
Another thing is that this documentation is targeted towards GNU/Linux users. If you are on Windows or MacOS, you will need to adapt some things. We currently do not provide detailed documentation for Windows or MacOS users, as we are avid open source software aficionados, and consider these operating systems as malware.

Introduction
------------
Expand Down
2 changes: 1 addition & 1 deletion doc/user-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ Before the signature, a meaning is selected (Review, Approval, etc...). The sign

- the cryptographic signature file is created: it signs the data
- this file is stored in an archived zip file (as an attachment to the entry)
- an immutable comment is created, to indicate that a signature occured
- an immutable comment is created, to indicate that a signature occurred

If one bit of the document is modified, the signature won't be valid anymore. This verification can be done at any point in time and doesn't require access to any external service.

Expand Down

0 comments on commit 124e96e

Please sign in to comment.