Skip to content

Commit

Permalink
Update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kevcenteno committed Sep 18, 2024
1 parent 639c4c8 commit 2be5547
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 534 deletions.
56 changes: 0 additions & 56 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

23 changes: 23 additions & 0 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Hugo

on:
push:
pull_request:

jobs:
build:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0

- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: 'latest'
extended: true
217 changes: 0 additions & 217 deletions .github/workflows/production.yml

This file was deleted.

Loading

0 comments on commit 2be5547

Please sign in to comment.