Skip to content

Commit

Permalink
changed commit instead
Browse files Browse the repository at this point in the history
  • Loading branch information
dfoulks1 committed May 17, 2024
1 parent d5e5c81 commit bb0a9a6
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/build-pelican.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,8 @@ jobs:
# END BUILD GFM BLOCK #
#######################
- name: Generate website from markdown
run: python3 -m pelican content -o .output
run: python3 -m pelican content -o output
working-directory: '/home/runner/work/infrastructure-website/infrastructure-website'
###########################
# START GFM CLEANUP BLOCK #
###########################
- name: Clean up libcmark-gfm artifacts
run: rm -rf ./*
- name: Make output visible
run: mv .output output
#########################
# END GFM CLEANUP BLOCK #
#########################
Expand All @@ -51,3 +44,5 @@ jobs:
title: Generated Pelican Output
body: output generated
branch: dfoulks/gha-site
add-paths: |
output/

0 comments on commit bb0a9a6

Please sign in to comment.