DevOps 1

使用 Github Actions 來自動化部署 Hugo 到 Github Pages

 作者 Puck Wang |  建立於 2020-03-14 21:22  |  更新於 2021-12-12 06:36  |  版本 bfd595b  |  分類: DevOps, 精選 |  標籤: Github Actions, Hugo, 部署, CI/CD, 自動化, 建置, Workflows
graph LR; A[Self] -->|Commit| B B[Github] --> C C[Github Actions] -->|Build/Deploy| D D[Github Pages]

本文說明如何利用 Github Actions 在將 Commit 推上 Github 後,自動化執行 Hugo 建置並部署結果到 Github Pages。

Continue Reading...