Skip to content

Commit

Permalink
Update upload-pages-artifact v4
Browse files Browse the repository at this point in the history
  • Loading branch information
FatihBozik committed Jan 31, 2025
1 parent b096b46 commit 50efdec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ name: Publish to GitHub Pages
on:
push:
branches: [master]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
concurrency:
group: github-pages
cancel-in-progress: false
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
Expand All @@ -32,7 +30,7 @@ jobs:
- name: Generate Site
run: npx antora antora-playbook.yml
- name: Upload Artifacts
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v4
with:
path: build/site
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 50efdec

Please sign in to comment.