Skip to content

Commit 1a8ec0f

Browse files
Bumped github-pages gem, updated workflow
1 parent a965998 commit 1a8ec0f

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

.github/workflows/page.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -30,24 +30,24 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v3
33+
uses: actions/checkout@v4
3434
- name: Setup Ruby
35-
uses: ruby/setup-ruby@v1
35+
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42
3636
with:
3737
ruby-version: '3.1' # Not needed with a .ruby-version file
3838
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
39-
cache-version: 0 # Increment this number if you need to re-download cached gems
39+
cache-version: 1 # Increment this number if you need to re-download cached gems
4040
- name: Setup Pages
4141
id: pages
42-
uses: actions/configure-pages@v2
42+
uses: actions/configure-pages@v5
4343
- name: Build with Jekyll
4444
# Outputs to the './_site' directory by default
4545
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
4646
env:
4747
JEKYLL_ENV: production
4848
- name: Upload artifact
4949
# Automatically uploads an artifact from the './_site' directory by default
50-
uses: actions/upload-pages-artifact@v1
50+
uses: actions/upload-pages-artifact@v3
5151

5252
# Deployment job
5353
deploy:
@@ -59,4 +59,4 @@ jobs:
5959
steps:
6060
- name: Deploy to GitHub Pages
6161
id: deployment
62-
uses: actions/deploy-pages@v1
62+
uses: actions/deploy-pages@v4

Gemfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
source 'https://rubygems.org'
2-
gem "github-pages", "~> 228", group: :jekyll_plugins
2+
gem "github-pages", "231", group: :jekyll_plugins
33
gem "just-the-docs", "0.4.2"
44
gem "webrick"
55
gem "rake"
6+
gem "jekyll", "3.9.5"
67
gem "html-proofer", git: "https://github.com/jonasViehweger/html-proofer"

sentinel-2/markuse_fire/README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,4 @@ Wildfire east of Split, Croatia. Acquired on 17.7.2017.
4242
![Fires in Sibiria, Russia.](fig/2020-06-28-Sibiria_fires.jpg)
4343

4444
## References
45-
[1] P. Markuse, <a href="https://web.archive.org/web/20230709082534/https://pierre-markuse.net/2022/09/21/quickfire-1-0-visualizing-fires-in-the-sentinel-hub-eo-browser/" target="_blank">QuickFire 1.0 – Visualizing Fires in the Sentinel Hub EO Browser</a>
46-
[2] P. Markuse, <a href="https://web.archive.org/web/20230206114533/https://pierre-markuse.net/2017/08/07/visualizing-wildfires-sentinel-2-imagery-eo-browser/" target="_blank">Visualizing (Wild)Fires in Sentinel-2 imagery through EO Browser</a>
47-
[3] P. Markuse, [Visualizing Wildfires and Burn Scars with the Sentinel Hub EO Browser V2](https://github.com/sentinel-hub/custom-scripts/blob/master/sentinel-2/markuse_fire/script.js){:target="_blank"}, May 2018
45+

0 commit comments

Comments
 (0)