Skip to content

Commit ff0a8bb

Browse files
author
Sonu Kumar
committed
two step
1 parent 63f792f commit ff0a8bb

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.github/workflows/pages.yaml

+10-9
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,14 @@ jobs:
6565
with:
6666
name: Jekyll site
6767
path: "docs/_site"
68+
# Deployment job
69+
deploy:
70+
environment:
71+
name: github-pages
72+
url: ${{ steps.deployment.outputs.page_url }}
73+
runs-on: ubuntu-latest
74+
needs: build
75+
steps:
6876
- name: Deploy to GitHub Pages
69-
uses: actions/deploy-pages@v4
70-
with:
71-
branch: $default-branch
72-
folder: "docs/_site"
73-
env:
74-
JEKYLL_ENV: production
75-
BASE_URL: /rqueue
76-
name: github-pages
77-
url: ${{ steps.deployment.outputs.page_url }}
77+
id: deployment
78+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)