Skip to content

Commit

Permalink
Testing (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph authored Apr 28, 2024
1 parent cbdabfc commit f82377a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 18 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,21 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages
name: Open Ordinals Institute Website

on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false
cancel-in-progress: true

jobs:
# Single deploy job since we're just deploying
deploy:
environment:
name: github-pages
Expand All @@ -36,7 +29,6 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: './site'
- name: Deploy to GitHub Pages
id: deployment
Expand Down
4 changes: 2 additions & 2 deletions site/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<meta name="description" content="Open Ordinals Institute">
<link rel="icon"
href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>◉</text></svg>" />
<link href="font/inter-ui.css" rel="stylesheet">
<link rel="stylesheet" href="css/gry.min.css">
<link href="/font/inter-ui.css" rel="stylesheet">
<link rel="stylesheet" href="/css/gry.min.css">
<style>
body {
background-color: #f5f5f5;
Expand Down
4 changes: 2 additions & 2 deletions site/donate/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<meta name="description" content="Open Ordinals Institute">
<link rel="icon"
href="data:image/svg+xml,&lt;svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'&gt;&lt;text y='.9em' font-size='90'&gt;◉&lt;/text&gt;&lt;/svg&gt;">
<link href="font/inter-ui.css" rel="stylesheet">
<link rel="stylesheet" href="css/gry.min.css">
<link href="/font/inter-ui.css" rel="stylesheet">
<link rel="stylesheet" href="/css/gry.min.css">
<style>
body {
background-color: #f5f5f5;
Expand Down
8 changes: 4 additions & 4 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<meta name="description" content="Open Ordinals Institute">
<link rel="icon"
href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>◉</text></svg>" />
<link href="font/inter-ui.css" rel="stylesheet">
<link rel="stylesheet" href="css/gry.min.css">
<link href="/font/inter-ui.css" rel="stylesheet">
<link rel="stylesheet" href="/css/gry.min.css">
<style>
body {
background-color: #f5f5f5;
Expand All @@ -33,8 +33,8 @@ <h1 class="tc mt5">
</header>
<nav class="wf tc f3 cl-near-black">
<hr>
<a href="about/">about</a> |
<a href="donate/">donate</a>
<a href="/about/">about</a> |
<a href="/donate/">donate</a>
<hr>
</nav>
</article>
Expand Down

0 comments on commit f82377a

Please sign in to comment.