Skip to content

Commit

Permalink
publish to pages
Browse files Browse the repository at this point in the history
  • Loading branch information
elmuerte committed Feb 23, 2024
1 parent 0252bb7 commit 361a9b1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,15 @@ jobs:
- run: npm run validate
- run: npm run build
- run: npm run test
- uses: actions/configure-pages@v3
- uses: actions/upload-pages-artifact@v2
with:
path: './dist'
deploy:
environment:
name: github-pages
url: ${{steps.deployment.outputs.page_url}}
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/deploy-pages@v2
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="en">
<head>
<title>Little Big Adventure Game Quotes (beta)</title>
<title>Little Big Adventure Game Quotes (αlpha)</title>
<style>
.quote {
border: 1px solid silver;
Expand All @@ -21,7 +21,7 @@

<body>
<header>
<h1>Little Big Adventure Game Quotes <sup>beta</sup></h1>
<h1>Little Big Adventure Game Quotes <sup>αlpha</sup></h1>
</header>

<section>
Expand Down

0 comments on commit 361a9b1

Please sign in to comment.