Skip to content

Commit

Permalink
Debugged github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Laplusdestiny committed Jul 13, 2024
1 parent ef430d7 commit a74bfad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy Sphinx documentation to Pages

on:
push:
branches: [main, rye] # branch to trigger deployment
branches: [main, debug] # branch to trigger deployment

concurrency:
group: "pages"
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: 'docs/_build'
path: './docs/_build'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
19 changes: 2 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ You can make plot simply
- Plotly >= 5.0.0
- kaleido = 0.2.1
- pandas >= 2.2.0
- scipy >= 1.12.0

## Graph

Expand All @@ -24,23 +25,7 @@ You can make plot simply
- Bubble (`wrapper.Plot_bubble_chart`)
- Line with secondary y-axis (`wrapper.Plot_line`)
- Bubble with linear line (`wrapper.Plot_bubble_with_line`)

## Common function

- updater
- Add options
- Available options
- x-axis title
- y-axis title
- secondary_y-axis title
- show legend
- height
- width
- marker size
- common
- check_directory
- Check directory with pathlib
- Make directory if parent directory doesn't exist
- Surface (`wrapper.Plot_surface`)


## Issue
Expand Down

0 comments on commit a74bfad

Please sign in to comment.