Skip to content

Commit

Permalink
Enhance GitHub Actions workflow and update style guide draft
Browse files Browse the repository at this point in the history
- Added a step to the Jekyll GitHub Actions workflow to upload the generated site as an artifact.
- Updated the draft post on creating a style guide to include a link to the style guide documentation, clarifying that both the post and the documentation were generated through AI analysis of existing content.
  • Loading branch information
jonesrussell committed Dec 21, 2024
1 parent 765c48a commit cd54654
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
run: bundle exec jekyll build
env:
JEKYLL_ENV: production
- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v3
with:
path: "_site/"

# Deployment job
deploy:
Expand Down
2 changes: 1 addition & 1 deletion _drafts/creating-my-style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tags: [writing, blogging, style-guide, ai-assisted, documentation]
description: "How I collaborated with AI to document my blogging style and created a living style guide for consistency across my posts."
---

> Note: Both this blog post and my blog's style guide documentation were entirely generated through AI analysis of patterns found in my existing blog posts. The "Ahnii" greeting and "Baamaapii" farewell, for example, were identified as consistent patterns across posts.
> Note: Both this blog post and my blog's [style guide documentation](https://github.com/jonesrussell/blog/blob/v1.0.0/WRITING_STYLE.md) were entirely generated through AI analysis of patterns found in my existing blog posts. The "Ahnii" greeting and "Baamaapii" farewell, for example, were identified as consistent patterns across posts.
Ahnii,

Expand Down

0 comments on commit cd54654

Please sign in to comment.