Skip to content

Commit

Permalink
Merge branch 'master' into test-monty-reverse-read
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 authored Jan 24, 2025
2 parents 7c4fbcc + 8599968 commit d9906fa
Show file tree
Hide file tree
Showing 199 changed files with 66,075 additions and 8,470 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v5

- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
Expand All @@ -36,7 +36,7 @@ jobs:
destination: ./_site

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3

deploy:
environment:
Expand All @@ -47,4 +47,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
needs: test
strategy:
matrix:
os: [ubuntu-latest, ubuntu-24.04-arm, macos-14, windows-latest]
os: [ubuntu-latest, macos-latest, macos-13, windows-latest]
python-version: ["310", "311", "312"]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ci:

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.0
rev: v0.9.2
hooks:
- id: ruff
args: [--fix, --unsafe-fixes]
Expand Down
55 changes: 55 additions & 0 deletions docs/CHANGES.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

90 changes: 90 additions & 0 deletions docs/apidoc/pymatgen.io.jdftx.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/apidoc/pymatgen.io.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d9906fa

Please sign in to comment.