Skip to content

Commit

Permalink
chore: replace github config
Browse files Browse the repository at this point in the history
  • Loading branch information
yi-sun committed Dec 14, 2024
1 parent 7923310 commit 8a9703b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,12 @@ jobs:
- name: Set up Rust toolchain
uses: dtolnay/rust-toolchain@nightly

- name: Configure git
run: |
git config --global url."https://${{ github.token }}@github.com/".insteadOf "ssh://[email protected]/"
# TEMPORARY
- name: Give GitHub Actions access to private repositories
uses: webfactory/[email protected]
with:
ssh-private-key: |
${{ secrets.GH_ACTIONS_DEPLOY_PRIVATE_KEY }}
- name: Build documentation
run: cargo doc --workspace --no-deps
Expand Down

0 comments on commit 8a9703b

Please sign in to comment.