Skip to content

Commit

Permalink
clean workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Joeycho committed Nov 26, 2024
1 parent 189e2d9 commit 8176362
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 130 deletions.
51 changes: 0 additions & 51 deletions .github/workflows/jekyll-gh-pages.yml

This file was deleted.

6 changes: 4 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Deploy website to GitHub Pages

env:
WC_HUGO_VERSION: '0.97.3'
WC_HUGO_VERSION: '0.101.0'

on:
# Trigger the workflow every time you push to the `main` branch
Expand Down Expand Up @@ -42,7 +42,9 @@ jobs:

# Step 4: Run Custom Build Script
- name: Run Build Script
run: ./scripts/view-starter-dev.sh "academic"
run: |
chmod +x ./scripts/view-starter-dev.sh
./scripts/view-starter-dev.sh "academic"
# Deploy website to GitHub Pages hosting
deploy:
Expand Down
34 changes: 0 additions & 34 deletions .github/workflows/stale.yml

This file was deleted.

43 changes: 0 additions & 43 deletions .github/workflows/static.yml

This file was deleted.

0 comments on commit 8176362

Please sign in to comment.