Skip to content

Commit

Permalink
Delete comments in generate-documentation and modify documentation to…
Browse files Browse the repository at this point in the history
… test
  • Loading branch information
LitaGarcia committed Jun 5, 2024
1 parent 4024aa2 commit 13606da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/generate-and-submit-documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,6 @@ jobs:
- name: Generate documentation
run: make doc

# - name: Commit & Push changes
# run: |
# git clone https://github.com/Crypto-TII/claasp.git claasp-lib
# git config --global user.name 'Github'
# git config --global user.email ${{ secrets.DEPLOYMENT_REPOSITORY_EMAIL }}
# cd claasp-lib
# git checkout fix/generate-documentation-workflow-test-commit
# make doc
# git add .
# git commit -m "Update documentation"
# git push origin fix/generate-documentation-workflow-test-commit
# git merge fix/generate-documentation-workflow-test-commit fix/generate-documentation-workflow-test-merge

- name: Commit & Push changes
uses: actions-js/push@master
with:
Expand Down
1 change: 1 addition & 0 deletions claasp/cipher.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def __init__(self, family_name, cipher_type, cipher_inputs,
"""
Construct an instance of the Cipher class.
This class is used to store compact representations of a editor.
INPUT:
Expand Down

0 comments on commit 13606da

Please sign in to comment.