Skip to content

Commit

Permalink
dry run newer action
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBurchLog authored May 22, 2024
1 parent 660b265 commit a672671
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,17 @@ jobs:
env:
NOKOGIRI_USE_SYSTEM_LIBRARIES: true

# - name: Deploy to GitHub Pages
# uses: crazy-max/ghaction-github-pages@v2
# with:
# target_branch: gh-pages
# build_dir: public
# env:
# GITHUB_TOKEN: ${{ secrets.BUILDBOT_PAGES }}

- name: Deploy to GitHub Pages
uses: crazy-max/ghaction-github-pages@v2
uses: crazy-max/ghaction-github-pages@v4
with:
target_branch: gh-pages
build_dir: public
env:
GITHUB_TOKEN: ${{ secrets.BUILDBOT_PAGES }}
dry_run: true

0 comments on commit a672671

Please sign in to comment.