Skip to content

Commit

Permalink
Merge pull request #27 from IvanildoBarauna/devel
Browse files Browse the repository at this point in the history
feat: remove doge restrition
  • Loading branch information
IvanildoBarauna authored May 10, 2024
2 parents 861f6ab + c939f7e commit 70dcf10
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 165 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
workflows: ["Tests CI"]
types:
- completed
pull_request:
branches: [ main ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Convert notebook to HTML
run: |
jupyter nbconvert --to html notebooks/data_explorer.ipynb --output docs/index.html
jupyter nbconvert --to html ./notebooks/data_explorer.ipynb --output docs/index.html
- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down
Loading

0 comments on commit 70dcf10

Please sign in to comment.