mirror of
https://github.com/seigler/aurebesh
synced 2025-07-27 01:36:12 +00:00
remove old deploy
This commit is contained in:
parent
c51538bb5a
commit
d001d2deee
1 changed files with 0 additions and 43 deletions
43
.github/workflows/deploy
vendored
43
.github/workflows/deploy
vendored
|
@ -1,43 +0,0 @@
|
||||||
name: Vite Github Pages Deploy
|
|
||||||
|
|
||||||
on:
|
|
||||||
# Runs on pushes targeting the default branch
|
|
||||||
push:
|
|
||||||
branches: ["master", "main"]
|
|
||||||
# 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
|
|
||||||
|
|
||||||
concurrency:
|
|
||||||
group: "pages"
|
|
||||||
cancel-in-progress: false
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
# Build job
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
environment:
|
|
||||||
name: demo
|
|
||||||
url: ${{ steps.deploy_to_pages.outputs.github_pages_url }}
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
- name: Set up Node
|
|
||||||
uses: actions/setup-node@v3
|
|
||||||
with:
|
|
||||||
node-version: 20
|
|
||||||
cache: "npm"
|
|
||||||
- name: Install dependencies
|
|
||||||
run: npm install
|
|
||||||
- name: Build
|
|
||||||
run: npm run build ./dist
|
|
||||||
- name: Vite Github Pages Deployer
|
|
||||||
uses: skywarth/vite-github-pages-deployer@v1.3.0
|
|
||||||
id: deploy_to_pages
|
|
||||||
with:
|
|
||||||
build_path: ./dist
|
|
Loading…
Add table
Add a link
Reference in a new issue