Skip to content

Commit

Permalink
add gh-pages fixes (#881)
Browse files Browse the repository at this point in the history
* add gh-pages

* Alter package json

* Add publish script for pba-content

* remove scripts that deploy to ipfs

* minor corrections
  • Loading branch information
wirednkod authored Dec 22, 2023
1 parent 3992e80 commit b10af92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- run: yarn install
- name: Build
working-directory: "."
run: yarn build:pages
run: yarn run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down
6 changes: 3 additions & 3 deletions assets/templates/listing-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,16 +151,16 @@
font-family: var(--r-heading-font);
}
</style>
</head>


<body class="site">
<header class="site-header site-header--small">
<menu class="menu menu--header">
<li class="menu-item">
<h1>PBA Slides</h1>
<img class="site-logo" src="./assets/img/0-Shared/logo/pba-logo-white.svg" />
</li>
<li class="menu-item">
<img class="site-logo" src="./assets/img/0-Shared/logo/pba-logo-white.svg" />
<h1>PBA Slides</h1>
</li>
</menu>
</header>
Expand Down

0 comments on commit b10af92

Please sign in to comment.