Skip to content

Commit

Permalink
two step
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonu Kumar committed Jul 9, 2024
1 parent 63f792f commit ff0a8bb
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,14 @@ jobs:
with:
name: Jekyll site
path: "docs/_site"
# Deployment job
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v4
with:
branch: $default-branch
folder: "docs/_site"
env:
JEKYLL_ENV: production
BASE_URL: /rqueue
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit ff0a8bb

Please sign in to comment.