mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-18 20:31:38 +02:00
Update jekyll-gh-pages.yml
This commit is contained in:
6
.github/workflows/jekyll-gh-pages.yml
vendored
6
.github/workflows/jekyll-gh-pages.yml
vendored
@@ -1,5 +1,5 @@
|
|||||||
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
|
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
|
||||||
name: Deploy Jekyll with GitHub Pages dependencies preinstalled
|
name: Build Jekyll GitHub Pages ArchiveBox.io Website
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# Runs on pushes targeting the default branch
|
# Runs on pushes targeting the default branch
|
||||||
@@ -31,6 +31,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
- name: Copy README.md into place
|
||||||
|
run: |
|
||||||
|
rm ./website/README.md
|
||||||
|
cp ./README.md ./website/README.md
|
||||||
- name: Setup Pages
|
- name: Setup Pages
|
||||||
uses: actions/configure-pages@v3
|
uses: actions/configure-pages@v3
|
||||||
- name: Build with Jekyll
|
- name: Build with Jekyll
|
||||||
|
Reference in New Issue
Block a user