Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellet committed Nov 17, 2023
1 parent fd04b04 commit 19f06fd
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,15 @@ jobs:
- name: Install Homebrew
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

- name: Install KobwebC CLI using Homebrew
- name: Add Homebrew to the PATH
run: |
(echo; echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"') >> /home/runner/.bashrc
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
- name: Install Homebrew's dependencies
run: sudo apt-get install build-essential

- name: Install Kobweb CLI using Homebrew
run: brew install varabyte/tap/kobweb

- name: Run export
Expand All @@ -48,4 +56,6 @@ jobs:
./kobweb export --layout static
- name: Directories
run: ls
run: |
cd site/.kobweb/site
ls

0 comments on commit 19f06fd

Please sign in to comment.