bluesky / event-model

data model for event-based data collection and analysis
https://blueskyproject.io/event-model
BSD 3-Clause "New" or "Revised" License
13 stars 30 forks source link

DOC: fix docs publishing #249

Closed mrakitin closed 1 year ago

mrakitin commented 1 year ago

Description

Fix the docs publishing instructions as https://github.com/bluesky/blueskyproject.io does not exist. It's done via https://github.com/bluesky/bluesky.github.io (https://blueskyproject.io is pointing to https://bluesky.github.io).

$ http bluesky.github.io
HTTP/1.1 301 Moved Permanently
Accept-Ranges: bytes
Age: 0
Connection: keep-alive
Content-Length: 162
Content-Type: text/html
Date: Thu, 06 Apr 2023 02:19:46 GMT
Location: https://blueskyproject.io/
Server: GitHub.com
Vary: Accept-Encoding
Via: 1.1 varnish
X-Cache: MISS
X-Cache-Hits: 0
X-Fastly-Request-ID: 729f87bea81e718b96a5d0cd317fed96b6b34b4b
X-GitHub-Request-Id: 5B76:05EC:1B2137:242E9F:642E2C42
X-Served-By: cache-ewr18148-EWR
X-Timer: S1680747586.263973,VS0,VE12
permissions-policy: interest-cohort=()

<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>

Motivation and Context

Failed CI job: https://github.com/bluesky/event-model/actions/runs/4619718976/jobs/8168834028.

How Has This Been Tested?

No way to test before merging to master. Only hope.

evalott100 commented 1 year ago

@coretl @mrakitin The unnecessary publishing step is removed in this pull request.

The link Max mentioned (bluesky.github.io) isn't used in the github pages step, but the rest of them have been changed in the following skeleton PR. Once that's merged we can pull to event-model.