Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
schpet committed Sep 1, 2024
1 parent 27e40fc commit a6127a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/deploy-pages.yml

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
run: bundle exec rake

docs:
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
Expand All @@ -51,7 +51,6 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit a6127a0

Please sign in to comment.