Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .github/workflows/jekyll-docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Jekyll Docker

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build Jekyll site
run: |
docker run --rm -v "${{ github.workspace }}":/srv/jekyll jekyll/jekyll:latest jekyll build
4 changes: 0 additions & 4 deletions biblio.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@
"href": "https://wicg.github.io/netinfo/",
"title": "Network Information API"
},
"ORIGIN-POLICY": {
"href": "https://wicg.github.io/origin-policy/",
"title": "Origin Policy"
},
"PAGE-LIFECYCLE": {
"href": "https://wicg.github.io/page-lifecycle/",
"title": "Page Lifecycle"
Expand Down
365 changes: 0 additions & 365 deletions charter.html

This file was deleted.