Skip to content

Commit c15025f

Browse files
committed
Update Actions
1 parent 5d3b40a commit c15025f

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/static.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v6
2727

2828
- name: Setup Pages
2929
uses: actions/configure-pages@v5
3030

3131
- name: Setup Python
32-
uses: actions/setup-python@v5
32+
uses: actions/setup-python@v6
3333
with:
3434
python-version: 3.x
3535

@@ -39,11 +39,8 @@ jobs:
3939
- name: Build MKDocs
4040
run: mkdocs build --site-dir ./dist --config-file ./mkdocs.yml
4141

42-
- name: Merge Builds
43-
run: cp --recursive ./docs/dist/* ./dist/
44-
4542
- name: Upload artifact
46-
uses: actions/upload-pages-artifact@v3
43+
uses: actions/upload-pages-artifact@v4
4744
with:
4845
path: './dist/'
4946

0 commit comments

Comments
 (0)