Skip to content

Commit

Permalink
site under maintenence bc moving to ssg5
Browse files Browse the repository at this point in the history
  • Loading branch information
turbomaster95 committed May 7, 2024
1 parent a635211 commit e28abab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:

steps:
- name: Add ssg5 to PATH
- run: |
run: |
sudo mv ssg5 /usr/local/bin

- name: Checkout Website repo
- uses: actions/checkout@v4
uses: actions/checkout@v4

- name: Generate Site using ssg5
- run: |
run: |
mkdir dst
ssg5 src dst 'Coderrrrr' 'https://coderrrrr.site'

0 comments on commit e28abab

Please sign in to comment.