Skip to content

Commit

Permalink
Merge branch 'feature/241005-workflow'
Browse files Browse the repository at this point in the history
  • Loading branch information
atsuyaw committed Oct 6, 2024
2 parents b0565a3 + e231dff commit d6de8ae
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
name: github pages
name: GitHub Pages

on:
push:
branches:
- main # Set a branch to deploy
pull_request:
workflow_dispatch:

jobs:
deploy:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
Expand Down

0 comments on commit d6de8ae

Please sign in to comment.