Skip to content

Commit

Permalink
Removed the tab whitespace on rm site, and fixed the project subdir i…
Browse files Browse the repository at this point in the history
…n recommended
  • Loading branch information
Skenvy committed Mar 31, 2022
1 parent 2b17c55 commit 08c907b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
- name: 🧱 Install build dependencies
run: |
rm -rf docs/build/
rm -rf docs/site/
rm -rf docs/site/
rm -f deps/build.log
rm -f Manifest.toml
rm -f */Manifest.toml
Expand Down Expand Up @@ -239,11 +239,11 @@ jobs:
- name: 🧱 Build
uses: julia-actions/julia-buildpkg@v1.2
with:
project: julia
project: subdir
- name: 🦂 Test
uses: julia-actions/julia-runtest@v1.7
with:
project: julia
project: subdir
docs:
name: Julia 🔴🟢🟣 Docs 📄
runs-on: ubuntu-latest
Expand Down

0 comments on commit 08c907b

Please sign in to comment.