Skip to content

Commit

Permalink
ci renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdevbear committed Nov 28, 2023
1 parent dc93b0c commit 784575e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mdbook.yml → .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# To get started with mdBook see: https://rust-lang.github.io/mdBook/index.html
#
name: mdbook
name: deploy

on:
# Runs on pushes targeting the default branch
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
path: ./book

# Deployment job
deploy:
github-pages:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# This is the linting CI workflow
name: lint
name: ci

# This workflow is triggered on pull requests to the main branch
on:
Expand All @@ -11,8 +11,7 @@ on:

# The jobs that this workflow will run
jobs:
# The build job
build:
lint:
# This job runs on the latest version of Ubuntu
runs-on: macos-latest
steps:
Expand Down

0 comments on commit 784575e

Please sign in to comment.