Skip to content

Commit

Permalink
retrying upload-pages-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
odysseu committed Feb 8, 2024
1 parent aae2e13 commit d59e94f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages

on:
Expand Down Expand Up @@ -28,10 +27,10 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-pages-artifact@v3
with:
name: github-pages
# Upload entire repository
path: '.'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4

0 comments on commit d59e94f

Please sign in to comment.