mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 14:31:13 +00:00
Prebuild script
This commit is contained in:
parent
5025642c44
commit
1107a08a1c
2 changed files with 21 additions and 4 deletions
7
.github/workflows/deploy.yml
vendored
7
.github/workflows/deploy.yml
vendored
|
@ -44,15 +44,14 @@ jobs:
|
|||
sudo apt update
|
||||
sudo apt install -y rustc cargo
|
||||
|
||||
- name: Build
|
||||
- name: Build Website-Toots
|
||||
run: |
|
||||
cd content/toots/.scripts
|
||||
cargo build --release
|
||||
|
||||
- name: Generate Hugo Markdown for Toots
|
||||
- name: Pre-build script
|
||||
run: |
|
||||
cd content/toots/.scripts
|
||||
./target/release/generate_md
|
||||
./build.sh
|
||||
|
||||
- name: Build Hugo Website
|
||||
id: build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue