Skip to content

Commit

Permalink
Merge branch 'development' into feat/edc-querying-messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Glaucio Jannotti committed Jan 25, 2024
2 parents 177cbee + a04ca83 commit 0011f13
Show file tree
Hide file tree
Showing 8 changed files with 280 additions and 201 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./book

permissions:
contents: write
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.settings/*
/**/.settings
/**/.classpath
.project
target
data
Expand All @@ -8,4 +9,5 @@ node_modules/
**/*.iml
.vscode/
book/
ca/
ca/
.DS_Store
Loading

0 comments on commit 0011f13

Please sign in to comment.