Skip to content

Commit 40c2937

Browse files
authored
Merge pull request #90 from mumax/v1.1.0
v1.1.0
2 parents 0db4458 + e960cee commit 40c2937

File tree

496 files changed

+42266
-1177
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

496 files changed

+42266
-1177
lines changed

.github/workflow/deploy-docs.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Deploy Prebuilt Sphinx Docs
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
8+
permissions:
9+
contents: write
10+
11+
jobs:
12+
deploy:
13+
runs-on: ubuntu-latest
14+
15+
steps:
16+
- name: Checkout repository
17+
uses: actions/checkout@v4
18+
19+
- name: Deploy docs/_build/html to GitHub Pages
20+
uses: peaceiris/actions-gh-pages@v4
21+
with:
22+
github_token: ${{ secrets.GITHUB_TOKEN }}
23+
publish_dir: docs/_build/html
24+
publish_branch: gh-pages
25+
force_orphan: true

README.md

Lines changed: 9 additions & 5 deletions

docs/.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
_build
2-
_static
3-
_templates
4-
_api
1+
/_api/
Binary file not shown.
Binary file not shown.
51.2 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
18.7 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)