Skip to content

Commit

Permalink
Unify captialization.
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan committed Feb 1, 2024
1 parent f7fe41b commit 399c569
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
cache: true
python-version: '3.12'
- id: pages
name: Setup Pages
name: Setup pages
uses: actions/configure-pages@v4
- run: env | sort
- run: make dev-doc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
cache: true
python-version: '{{ default_py }}'
- id: pages
name: Setup Pages
name: Setup pages
uses: actions/configure-pages@v4
- run: env | sort
- run: make dev-doc
Expand Down

0 comments on commit 399c569

Please sign in to comment.