diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index f71d8c1..7d44287 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -2,12 +2,9 @@ name: Hugo Build on: - # Runs on pushes targeting the default branch + # Runs on pushes to any branch push: - branches: ["main"] - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: + branches-ignore: [] # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: @@ -55,21 +52,21 @@ jobs: HUGO_ENV: production run: | hugo \ - --minify \ - --baseURL "${{ steps.pages.outputs.base_url }}/" + --minify +# --baseURL "${{ steps.pages.outputs.base_url }}/" - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: path: ./public # Deployment job - deploy: - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-latest - needs: build - steps: - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + # deploy: + # environment: + # name: github-pages + # url: ${{ steps.deployment.outputs.page_url }} + # runs-on: ubuntu-latest + # needs: build + # steps: + # - name: Deploy to GitHub Pages + # id: deployment + # uses: actions/deploy-pages@v4 \ No newline at end of file diff --git a/config.toml b/config.toml index 8be6e85..2f27ed9 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ ######################## default configuration #################### -baseURL = "/" +baseURL = "https://www.sre-elite.com/" title = "SRE精英联盟 | 引领、研究、发展SRE" theme = "educenter-hugo" # Default time zone for time stamps; use any valid tz database name: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List diff --git a/content/chinese/notice/wp-v-1.0.3.md b/content/chinese/notice/wp-v-1.0.3.md index 43cd210..f403dae 100644 --- a/content/chinese/notice/wp-v-1.0.3.md +++ b/content/chinese/notice/wp-v-1.0.3.md @@ -23,7 +23,7 @@ type: "notice" 希望相关内容能对目前从事SRE 的工作同仁带来些许的启示,同时,我们也期待更多的行业专家和从业者能够参与到我们的讨论中来,共同推动SRE领域的发展和进步。 -#### 变更管理案例:4.3.1 B站变更防控的设计与实践 +#### 变更管理案例:4.3.1 ‘B站’变更防控的设计与实践 ![B站变更管控平台架构设计](/images/notice/2024-06-13_21-05-49.png) diff --git a/public/about/index.html b/public/about/index.html index d7a073c..d3f50ba 100644 --- a/public/about/index.html +++ b/public/about/index.html @@ -1,5 +1,5 @@ -
+