Skip to content

Commit

Permalink
Update branchless.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
csc530 authored Dec 11, 2023
1 parent f7edf38 commit ac85ab9
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/branchless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,13 @@ concurrency:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
build:
build-and-deploy:
runs-on: ubuntu-latest

environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -70,16 +74,6 @@ jobs:
name: docs
path: docs/.vuepress/dist

# Single deploy job since we're just deploying
deploy:
# Add a dependency to the build job
needs: build

environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
Expand Down

0 comments on commit ac85ab9

Please sign in to comment.