Skip to content

Commit

Permalink
fix: docs workflow
Browse files Browse the repository at this point in the history
Revert "fix: docs workflow"

This reverts commit 05c25f2.

fix: docs workflow

Update update-docs.yml
  • Loading branch information
vasfvitor committed Oct 28, 2023
1 parent 0db0bbb commit 99f698a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@ jobs:
CARGO_INCREMENTAL: 0 # This is set to 0 by the rust cache action, but better safe than sorry.
CARGO_PROFILE_DEV_DEBUG: 0 # This would add unnecessary bloat to the target folder, decreasing cache efficiency.
RUST_BACKTRACE: short
CURRENT_BRANCH: "${{ github.event_name == 'workflow_dispatch' && github.event.inputs.tauriBranch || '1.x' }}"

steps:
# Setup
- name: Checkout tauri
uses: actions/checkout@v3
with:
repository: tauri-apps/tauri
ref: ${{ github.event.inputs.tauriBranch }}
ref: ${{ github.env.CURRENT_BRANCH }}
path: tauri

- name: Checkout tauri-docs
Expand Down

0 comments on commit 99f698a

Please sign in to comment.