Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ZMAlt committed Sep 20, 2024
1 parent 11617a7 commit a9e0f87
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
persist-credentials: false
# NOTE: Python is necessary for the pre-rendering (minification) step
Expand All @@ -23,7 +23,7 @@ jobs:
# packages such as PyPlot.
# - run: pip install matplotlib
- name: Install Julia
uses: julia-actions/setup-julia@v1
uses: julia-actions/setup-julia@v2
with:
version: '1' # Latest stable Julia release.
# NOTE
Expand Down
6 changes: 6 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,10 @@

周茂,武汉大学博士生,大地测量方向。

## 其他链接

- [CSL 中文手册](https://github.com/ZMAlt/CSL_Chinese)
- [GMT 中文手册](https://docs.gmt-china.org/latest/)


----

0 comments on commit a9e0f87

Please sign in to comment.