Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ILSCeV/bc-gallery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6828554ae99c4324b28520566e62f498f81b50fd
Choose a base ref
..
head repository: ILSCeV/bc-gallery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 375cd86383d3158992cc3d7cf1f88ea6ee51df90
Choose a head ref
Showing with 1,189 additions and 1,151 deletions.
  1. +2 −2 .github/workflows/gh-pages.yml
  2. +1,180 −1,142 package-lock.json
  3. +7 −7 package.json
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -15,13 +15,13 @@ jobs:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

- name: Setup Hugo
uses: peaceiris/actions-hugo@16361eb4acea8698b220b76c0d4e84e1fd22c61d # v2
uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3
with:
hugo-version: "0.91.2"
extended: true
Loading