Skip to content

Commit

Permalink
Update mdbook.yml
Browse files Browse the repository at this point in the history
Merge jobs into one
  • Loading branch information
mikolasan authored Jul 26, 2024
1 parent c21ab46 commit b61bb55
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,6 @@ jobs:
cargo install --version ${MDBOOK_VERSION} mdbook
- name: Build with mdBook
run: mdbook build

# Deployment job
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to Netlify
id: deployment
uses: nwtgck/[email protected]
Expand Down

1 comment on commit b61bb55

@mikolasan
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.