Skip to content

Commit

Permalink
MAYBE
Browse files Browse the repository at this point in the history
  • Loading branch information
yuri-kiss authored Aug 2, 2024
1 parent b2cf8d5 commit fbb2058
Showing 1 changed file with 5 additions and 17 deletions.
22 changes: 5 additions & 17 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
with:
name: build-output
path: ./site
retention-days: 0.05
deploy:
needs: build
environment:
Expand All @@ -40,21 +41,8 @@ jobs:
steps:
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Download Artifact
uses: actions/download-artifact@v4
with:
name: build-output
path: ./site
- name: List Site (deploy)
run: echo Site files && echo | ls ./site
- name: Upload Artifact
uses: actions/[email protected]
with:
path: ./site
retention-days: 0.05
- name: Deploy
uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3
- name: Deploy GitHub Pages site
uses: actions/[email protected]
with:
publish_dir: ./site
github_token: ${{ github.token }}
full_commit_message: 'Build'
token: ${{ github.token }}
artifact_name: build-output

0 comments on commit fbb2058

Please sign in to comment.