Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mvrjustid authored Jan 19, 2024
1 parent d838846 commit 08d2eed
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ jobs:
- name: Install deps
run: |
npm install -g mermaid.cli
- name: Update Bundler
run: gem install bundler
- name: Update Gems
run: bundle update
- name: Setup deploy options
id: setup
run: |
Expand All @@ -43,4 +39,4 @@ jobs:
- name: Deploy website
run: yes | bash bin/deploy --verbose ${{ steps.setup.outputs.NO_PUSH }}
--src ${{ steps.setup.outputs.SRC_BRANCH }}
--deploy ${{ steps.setup.outputs.DEPLOY_BRANCH }}
--deploy ${{ steps.setup.outputs.DEPLOY_BRANCH }}

0 comments on commit 08d2eed

Please sign in to comment.