We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6facc73 commit 2884c45Copy full SHA for 2884c45
1 file changed
.github/workflows/deploy-site.yml
@@ -41,15 +41,15 @@ jobs:
41
- name: Upload artifact
42
uses: actions/upload-pages-artifact@v3
43
with:
44
- path: ./site
+ path: site
45
46
# Deployment job
47
deploy:
48
+ runs-on: ubuntu-latest
49
+ needs: build
50
environment:
51
name: github-pages
52
url: ${{ steps.deployment.outputs.page_url }}
- runs-on: ubuntu-latest
- needs: build
53
steps:
54
- name: Deploy to GitHub Pages
55
id: deployment
0 commit comments