We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a user who exported things out of VizHub, I want to use GitHub Pages to automate the deployment of my Vite app.
The text was updated successfully, but these errors were encountered:
image: node:16.5.0 pages: stage: deploy cache: key: files: - package-lock.json prefix: npm paths: - node_modules/ script: - npm install - npm run build - cp -a dist/. public/ artifacts: paths: - public rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
from https://vitejs.dev/guide/static-deploy
Sorry, something went wrong.
No branches or pull requests
As a user who exported things out of VizHub, I want to use GitHub Pages to automate the deployment of my Vite app.
The text was updated successfully, but these errors were encountered: