Skip to content

Commit

Permalink
ci: Fix the unnecessary complexity of running the installer script
Browse files Browse the repository at this point in the history
  • Loading branch information
Maverobot committed Sep 16, 2023
1 parent a1ca8b4 commit a9abf05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
run: mkdir ~/org/home/roam -p

- name: Install everything needed for the spacemacs config
run: curl -o- https://raw.githubusercontent.com/Maverobot/dot-spacemacs/${GITHUB_REF##*/}/installer.sh | tee /dev/tty | bash
run: ./installer.sh
shell: bash

- name: Copy the generated index.html to the checked out repo path
run: |
Expand Down

0 comments on commit a9abf05

Please sign in to comment.