Skip to content

Commit

Permalink
bring back preview
Browse files Browse the repository at this point in the history
  • Loading branch information
Wondertan committed Feb 14, 2024
1 parent 12ba470 commit 3802d65
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/github_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:
# If we need to overwrite such files, trigger this workflow manually.
keep_files: ${{ github.event_name != 'workflow_dispatch' }}

# - name: Deploy PR preview
# # Only run this job if the PR was created from a branch on celestiaorg/celestia-node
# # because this job will fail for branches from forks.
# # https://github.com/celestiaorg/celestia-app/issues/1506
# if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
# uses: rossjrw/pr-preview-action@v1
# with:
# source-dir: ./specs/book
- name: Deploy PR preview
# Only run this job if the PR was created from a branch on celestiaorg/celestia-node
# because this job will fail for branches from forks.
# https://github.com/celestiaorg/celestia-app/issues/1506
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
uses: rossjrw/pr-preview-action@v1
with:
source-dir: ./specs/book

0 comments on commit 3802d65

Please sign in to comment.