1
0
Fork 0
mirror of synced 2024-05-19 11:52:24 +12:00

Update jekyll-gh-pages.yml

This commit is contained in:
Nick Sweeting 2023-11-13 22:50:03 -08:00 committed by GitHub
parent c778ea3eea
commit ab64a86716
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
# 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:
# Runs on pushes targeting the default branch
@ -31,6 +31,10 @@ jobs:
with:
submodules: true
fetch-depth: 1
- name: Copy README.md into place
run: |
rm ./website/README.md
cp ./README.md ./website/README.md
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Build with Jekyll