Skip to content

Commit

Permalink
disable push to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
josxha committed Jun 23, 2024
1 parent c0e1ccd commit 3df91c5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
run: yarn install --frozen-lockfile --non-interactive
- name: Build
run: yarn build
- name: Deploy to GitHub Pages
if: github.repository_owner == 'maplibre' && github.ref == 'refs/heads/main'
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/build
keep_files: true
# - name: Deploy to GitHub Pages
# if: github.repository_owner == 'maplibre' && github.ref == 'refs/heads/main'
# uses: peaceiris/actions-gh-pages@v4
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# publish_dir: docs/build
# keep_files: true

0 comments on commit 3df91c5

Please sign in to comment.