Skip to content

Commit 2884c45

Browse files
committed
Minor deploy actions tweaks.
1 parent 6facc73 commit 2884c45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-site.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ jobs:
4141
- name: Upload artifact
4242
uses: actions/upload-pages-artifact@v3
4343
with:
44-
path: ./site
44+
path: site
4545

4646
# Deployment job
4747
deploy:
48+
runs-on: ubuntu-latest
49+
needs: build
4850
environment:
4951
name: github-pages
5052
url: ${{ steps.deployment.outputs.page_url }}
51-
runs-on: ubuntu-latest
52-
needs: build
5353
steps:
5454
- name: Deploy to GitHub Pages
5555
id: deployment

0 commit comments

Comments
 (0)