Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to GitHub action #150

Merged
merged 2 commits into from
Jul 13, 2021
Merged
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
18 changes: 18 additions & 0 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: CI
on:
pull_request: {}
push:
branches: [gh-pages]
jobs:
main:
name: Build, Validate and Deploy
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: w3c/spec-prod@v2
with:
W3C_ECHIDNA_TOKEN: ${{ secrets.W3C_TR_TOKEN }}
W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-web-perf/2021Apr/0005.html
W3C_BUILD_OVERRIDE: |
shortName: navigation-timing-2
specStatus: WD
15 changes: 0 additions & 15 deletions .travis.yml

This file was deleted.

2 changes: 0 additions & 2 deletions W3CTRMANIFEST

This file was deleted.

4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ <h3>
<h2>Creating a navigation timing entry</h2>
<p data-dfn-for="Document">Each [=document=] has an associated <dfn>navigation timing entry</dfn>, initially unset.

<p>To <dfn export="">create the navigation timing entry</dfn> for {{Document}} |document|,
<p>To <dfn data-export="">create the navigation timing entry</dfn> for {{Document}} |document|,
given a [=fetch timing info=] |fetchTiming|, a number |redirectCount|, a
{{NavigationType}} |navigationType|, and a null or [=service worker timing info=] |serviceWorkerTiming|,
do the following:
Expand All @@ -570,7 +570,7 @@ <h2>Creating a navigation timing entry</h2>
<a data-cite='performance-timeline-2#dfn-performance-entry-buffer'>performance entry buffer</a>.
</ol>

<p>To <dfn export="">queue the navigation timing entry</dfn> for {{Document}} |document|,
<p>To <dfn data-export="">queue the navigation timing entry</dfn> for {{Document}} |document|,
<a data-cite='performance-timeline-2#dfn-queue-a-performanceentry'>queue</a> |document|'s
<span>navigation timing entry</span>.
</secript>
Expand Down