Skip to content

Commit

Permalink
Add tag to the last post
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaegel committed Nov 3, 2023
1 parent 74dc75c commit f2e8cdd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Title: Deploy a Pelican site with GitHub Actions to GitHub Pages
Date: 2023-11-03 09:49
Category: DevOps
Tags: Pelican, GithubActions, GitHubPages
Tags: Pelican, GitHub, GithubActions, GitHubPages
Authors: Toni Mägel
Slug: deploy-pelican-site-with-github-actions-to-github-pages

This blog is powered by [Pelian](https://getpelican.com/). It is a static site generator that requires no database or server-side logic and generates your website based on the content which is written in `reStructuredText` or `Markdown`.

I host this site with GitHub Pages. So I though its the best choice to automatically deploy my changes (e.g. content or theme/template) and update my site as well on GitHub Pages by using GitHub Actions.

My workflow based on the following GitHub Actions:
My deployment workflow based on the following GitHub Actions:

- [actions/checkout](https://github.com/actions/checkout)
- [actions/setup-python](https://github.com/actions/setup-python)
Expand Down

0 comments on commit f2e8cdd

Please sign in to comment.