mirror of
https://github.com/gabrie30/ghorg.git
synced 2025-08-06 06:17:09 +02:00
Update pages.yml
This commit is contained in:
parent
2085d89ac4
commit
a3b4416a34
4
.github/workflows/pages.yml
vendored
4
.github/workflows/pages.yml
vendored
@ -39,6 +39,8 @@ jobs:
|
||||
destination: ./_site
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
path: ./_site
|
||||
|
||||
# Deployment job
|
||||
deploy:
|
||||
@ -50,4 +52,4 @@ jobs:
|
||||
steps:
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v1
|
||||
uses: actions/deploy-pages@v4
|
||||
|
Loading…
Reference in New Issue
Block a user