Skip to content

Commit 3bbc039

Browse files
authored
Remove use of upload-pages
1 parent 4c40441 commit 3bbc039

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/deploy_pages.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,7 @@ jobs:
6464
path: ${{ runner.temp }}/artifact.tar
6565
retention-days: 1
6666
if-no-files-found: error
67-
68-
- name: Upload artifact
69-
uses: actions/upload-pages-artifact@v3
70-
with:
71-
# Upload entire repository
72-
path: '.'
67+
7368
- name: Deploy to GitHub Pages
7469
id: deployment
7570
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)