Skip to content

Commit

Permalink
Update publish.yml to use installed docc
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Dec 22, 2023
1 parent 0c7424f commit 0c0b073
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,7 @@ jobs:
- name: Install rsync 📚
run: |
apt-get update && apt-get install -y rsync
- name: Install Mint
run: |
git clone https://github.com/yonaskolb/Mint.git
cd Mint
swift run mint install yonaskolb/mint
cd ..
rm -rf Mint
echo "/root/.mint/bin" >> $GITHUB_PATH
- name: Build docc
run: |
mint install apple/swift-docc@main
- name: Build
env:
DOCC: docc
run: |
./scripts/build-docc.sh
- name: Deploy 🚀
Expand Down

0 comments on commit 0c0b073

Please sign in to comment.