Skip to content

Commit

Permalink
v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonu Kumar committed Jul 9, 2024
1 parent d1c009d commit cde1df7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
working-directory: '${{ github.workspace }}/docs'
- name: Setup Pages
id: pages
uses: actions/configure-pages@v4
uses: actions/configure-pages@v3
- name: Bundle install in docs folder
run: bundle install
- name: Build Jekyll site
Expand All @@ -63,7 +63,6 @@ jobs:
uses: actions/upload-pages-artifact@v2
with:
path: 'docs'

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3 # Note: v4 does not work!
uses: actions/deploy-pages@v2

0 comments on commit cde1df7

Please sign in to comment.