Skip to content

Commit 2d2c407

Browse files
authored
Merge branch 'master' into dependabot/github_actions/actions/checkout-5
2 parents 78d02d9 + 489dc51 commit 2d2c407

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
6+
interval: "weekly"

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v5
15-
- uses: jiro4989/setup-nim-action@v1
15+
- uses: jiro4989/setup-nim-action@v2
1616
with:
1717
nim-version: ${{ env.nim-version }}
1818
- run: nimble install -Y
1919
- run: nimble doc --index:on --project --git.url:https://github.com/${{ github.repository }} --git.commit:master --out:${{ env.deploy-dir }} ${{ env.nim-src }}
2020
- name: "Copy to index.html"
2121
run: cp ${{ env.deploy-dir }}/${{ github.event.repository.name }}.html ${{ env.deploy-dir }}/index.html
2222
- name: Deploy documents
23-
uses: peaceiris/actions-gh-pages@v3
23+
uses: peaceiris/actions-gh-pages@v4
2424
with:
2525
github_token: ${{ secrets.GITHUB_TOKEN }}
2626
publish_dir: ${{ env.deploy-dir }}

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,4 @@
99
nimcache
1010
*.pdb
1111
*.ilk
12-
.*
13-
14-
!.github/
12+
.*

0 commit comments

Comments
 (0)