Skip to content

Commit 1bbc627

Browse files
committed
add bikeshed and auto-publish action
1 parent 01f6499 commit 1bbc627

File tree

5 files changed

+42
-1
lines changed

5 files changed

+42
-1
lines changed

.github/workflows/auto-publish.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: auto-publish
2+
on:
3+
pull_request: {}
4+
push:
5+
branches: [main]
6+
jobs:
7+
main:
8+
name: Build, Validate and Deploy
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v4
12+
- uses: w3c/spec-prod@v2
13+
with:
14+
GH_PAGES_BRANCH: gh-pages
15+
TOOLCHAIN: bikeshed
16+
SOURCE: index.bs
17+
DESTINATION: index.html

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.html

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# ActivityPub interop
1+
# Solid - ActivityPub interoperability

copyright-CG-DRAFT.include

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Copyright © [YEAR] the Contributors to the [TITLE],
2+
published by the <a href="https://www.w3.org/community/solid/">Solid Community Group</a>
3+
under the <a href="https://www.w3.org/community/about/agreements/cla/">W3C Community Contributor License Agreement (CLA)</a>.
4+
A human-readable <a href="http://www.w3.org/community/about/agreements/cla-deed/">summary</a> is available.

index.bs

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<pre class='metadata'>
2+
Title: Solid - ActivityPub interoperability
3+
Boilerplate: issues-index no
4+
Shortname: solid-activitypub-interop
5+
ED: https://solid.github.io/activitypub-interop/
6+
Level: 1
7+
Status: CG-DRAFT
8+
Group: solidcg
9+
!Modified: [DATE]
10+
Repository: https://github.com/solid/activitypub-interop
11+
Inline Github Issues: title
12+
Markup Shorthands: markdown yes
13+
Max ToC Depth: 2
14+
Editor: Sébastien Rosset
15+
Editor: elf Pavlik, https://elf-pavlik.hackers4peace.net
16+
Metadata Order: This version, Latest published version, Test Suite, Created, Modified, *, !*
17+
Abstract:
18+
This report will describe interoperability between Solid and ActivityPub
19+
</pre>

0 commit comments

Comments
 (0)