Skip to content

Commit aca239d

Browse files
committed
update deploy action, rm megalinter
1 parent 9a4cef4 commit aca239d

3 files changed

Lines changed: 4 additions & 108 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111

1212
steps:
1313
- name: Checkout main
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v5
1515

1616
- name: Setup Hugo
17-
uses: peaceiris/actions-hugo@v2
17+
uses: peaceiris/actions-hugo@v3
1818
with:
1919
hugo-version: "0.86.0"
2020
extended: true
@@ -23,8 +23,8 @@ jobs:
2323
run: hugo --minify
2424

2525
- name: Hugo Deploy GitHub Pages
26-
uses: peaceiris/actions-gh-pages@v3
26+
uses: peaceiris/actions-gh-pages@v4
2727
with:
28-
personal_token: ${{ secrets.TOKEN }}
28+
github_token: ${{ secrets.GITHUB_TOKEN }}
2929
external_repository: QuantumPL/bib
3030
publish_dir: ./public

.github/workflows/mega-linter.yml

Lines changed: 0 additions & 82 deletions
This file was deleted.

.mega-linter.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)