Skip to content

Commit

Permalink
chore: remove unneeded actions and fix the left over action
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryoverload authored Jan 29, 2025
1 parent a3fd478 commit ad847a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 75 deletions.
64 changes: 0 additions & 64 deletions .github/workflows/jekyll.yml

This file was deleted.

15 changes: 4 additions & 11 deletions .github/workflows/pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,13 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
# submodules: true
# If using the 'assets' git submodule from Chirpy Starter, uncomment above
# (See: https://github.com/cotes2020/chirpy-starter/tree/main/assets)

- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v5

- name: Setup Ruby
uses: ruby/setup-ruby@v1
Expand All @@ -50,12 +47,8 @@ jobs:
env:
JEKYLL_ENV: "production"

- name: Test site
#run: |
#bundle exec htmlproofer _site --disable-external --check-html --allow_hash_href

- name: Upload site artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: "_site${{ steps.pages.outputs.base_path }}"

Expand All @@ -68,4 +61,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit ad847a2

Please sign in to comment.