Skip to content

Commit

Permalink
Update and rename jekyll-docker.yml to vsc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianWe committed Jul 3, 2023
1 parent 9fa782d commit 68830dd
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/jekyll-docker.yml → .github/workflows/vsc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build the site in the jekyll/builder container
Expand All @@ -23,3 +21,14 @@ jobs:
-e PROXY_DOMAIN=localhost \
-p 8443:8443 \
lscr.io/linuxserver/code-server:latest
- name: Checkout
uses: actions/checkout@v3
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v1

0 comments on commit 68830dd

Please sign in to comment.