Skip to content
This repository was archived by the owner on Aug 31, 2025. It is now read-only.

Commit eae642b

Browse files
committed
chore: Update GitHub Pages workflow name and artifact action
Renamed workflow from 'Example documentation' to 'Summon documentation'. Updated artifact upload action from deprecated 'actions/upload-artifact@v1' to current 'actions/upload-pages-artifact@v3'.
1 parent 83bcb33 commit eae642b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Example documentation
1+
name: Summon documentation
22

33
on:
44
push:
@@ -26,7 +26,7 @@ jobs:
2626

2727
# Upload the generated documentation
2828
- name: Upload site artifact
29-
uses: actions/upload-artifact@v1
29+
uses: actions/upload-pages-artifact@v3
3030
with:
3131
name: _site
3232
path: _site # Must equals the 'build.dest' value on your docfx.json

0 commit comments

Comments
 (0)