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

Create/config Vite to Pages Action #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

HumbleDeer
Copy link

@HumbleDeer HumbleDeer commented Nov 3, 2023

Adds a GitHub Action that builds with Vite and deploys to GitHub Pages for this repository.

A draft for now because I'm not 100% sure yet whether the deployment is working properly -- I need to do one more test to verify that my action is working as expected.

Result is currently just a blank page with the metadata: https://humbledeer.github.io/vzbot3d-devin-website

@HumbleDeer
Copy link
Author

On further review, it's clear to me that it's working exactly as intended: https://github.com/VzBoT3D/website/blob/e66470412b696686dee19ccba109b376e3da88d6/index.html

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <link rel="icon" href="/favicon.ico">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Vite App</title>
  </head>
  <body>
    <div id="app"></div>
    <script type="module" src="/src/main.js"></script>
  </body>
</html>

@HumbleDeer HumbleDeer marked this pull request as ready for review November 3, 2023 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant