Skip to content

Commit

Permalink
Show only changes in .md
Browse files Browse the repository at this point in the history
  • Loading branch information
wtoorop committed Jul 3, 2024
1 parent a7770d4 commit 69d4376
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 105 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Automatically generated CODEOWNERS
# Regenerate with `make update-codeowners`
draft-nlnetlabs-deleg-incremental-deleg.md [email protected] [email protected] [email protected]
draft-homburg-deleg-incremental-deleg.md [email protected] [email protected] [email protected]
4 changes: 2 additions & 2 deletions .github/workflows/ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ jobs:
restore-keys: i-d-

- name: "Build Drafts"
uses: martinthomson/i-d-template@v1
uses: wtoorop/i-d-template@vWillem
with:
token: ${{ github.token }}

- name: "Update GitHub Pages"
uses: martinthomson/i-d-template@v1
uses: wtoorop/i-d-template@vWillem
if: ${{ github.event_name == 'push' }}
with:
make: gh-pages
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
*~
/*-[0-9][0-9].xml
archive.json
draft-nlnetlabs-deleg-incremental-deleg.xml
draft-homburg-deleg-incremental-deleg.xml
Gemfile.lock
/.gems/
*.html
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ ifneq (,$(shell grep "path *= *$(LIBDIR)" .gitmodules 2>/dev/null))
git submodule update $(CLONE_ARGS) --init
else
git clone -q --depth 10 $(CLONE_ARGS) \
-b main https://github.com/martinthomson/i-d-template $(LIBDIR)
-b xml2rfc-sans-css https://github.com/wtoorop/i-d-template $(LIBDIR)
endif
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

This is the working area for the individual Internet-Draft, "Incrementally Deployable Extensible Delegation for DNS".

* [Editor's Copy](https://NLnetLabs.github.io/incremental-deleg/#go.draft-nlnetlabs-deleg-incremental-deleg.html)
* [Datatracker Page](https://datatracker.ietf.org/doc/draft-nlnetlabs-deleg-incremental-deleg)
* [Individual Draft](https://datatracker.ietf.org/doc/html/draft-nlnetlabs-deleg-incremental-deleg)
* [Compare Editor's Copy to Individual Draft](https://NLnetLabs.github.io/incremental-deleg/#go.draft-nlnetlabs-deleg-incremental-deleg.diff)
* [Editor's Copy](https://NLnetLabs.github.io/incremental-deleg/#go.draft-homburg-deleg-incremental-deleg.html)
* [Datatracker Page](https://datatracker.ietf.org/doc/draft-homburg-deleg-incremental-deleg)
* [Individual Draft](https://datatracker.ietf.org/doc/html/draft-homburg-deleg-incremental-deleg)
* [Compare Editor's Copy to Individual Draft](https://NLnetLabs.github.io/incremental-deleg/#go.draft-homburg-deleg-incremental-deleg.diff)


## Contributing
Expand Down
96 changes: 0 additions & 96 deletions draft-nlnetlabs-deleg-incremental-deleg.md

This file was deleted.

0 comments on commit 69d4376

Please sign in to comment.