mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 14:31:13 +00:00
Remove unneeded GH Action steps
This commit is contained in:
parent
53b9acc9f0
commit
e58cf41649
2 changed files with 0 additions and 32 deletions
15
.github/workflows/deploy.yml
vendored
15
.github/workflows/deploy.yml
vendored
|
@ -43,21 +43,6 @@ jobs:
|
|||
tar -xvzf hugo.tar.gz
|
||||
sudo mv hugo /usr/local/bin
|
||||
|
||||
|
||||
- name: Install Rust
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install -y rustc cargo
|
||||
|
||||
- name: Build Website-Toots
|
||||
run: |
|
||||
cd content/toots/.scripts
|
||||
cargo build --release
|
||||
|
||||
- name: Pre-build script
|
||||
run: |
|
||||
./build.sh
|
||||
|
||||
- name: Build Hugo Website
|
||||
id: build
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue