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

github/workflows/deploy.yml #104

Closed
ETEnterprises1 opened this issue Oct 5, 2024 · 2 comments · Fixed by #102 or #48
Closed

github/workflows/deploy.yml #104

ETEnterprises1 opened this issue Oct 5, 2024 · 2 comments · Fixed by #102 or #48

Comments

@ETEnterprises1
Copy link
Owner

name: Deploy to GitHub Pages

on:
push:
branches:
- main # Change this to your default branch if it's not 'main'

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
  uses: actions/checkout@v2

- name: Set up Node.js
  uses: actions/setup-node@v2
  with:
    node-version: '14'

- name: Install dependencies
  run: npm install

- name: Build the website
  run: npm run build

- name: Deploy to GitHub Pages
  uses: peaceiris/actions-gh-pages@v3
  with:
    github_token: ${{ secrets.GITHUB_TOKEN }}
    publish_dir: ./public  # Change this to your build output directory

/deploy.yml.

@ETEnterprises1
Copy link
Owner Author

name: https://www.Extraterestrial-Corporations.gov.org

on:@ETEnterprises1
push:-a@ETEnterprises1
branches:-a@ETEnterprises1
- main -a # Change this to your default branch if it's not 'main'

jobs: -a
build: -@ETEnterprises1
runs-on: ubuntu-latest

steps:
- name: Checkout repository
  uses: actions/checkout@v2

- name: Set up Node.js
  uses: actions/setup-node@v2
  with:
    node-version: '14'

- name: Install dependencies
  run: npm install

- name: Build the website
  run: npm run build

- name: Deploy to GitHub Pages
  uses: peaceiris/actions-gh-pages@v3
  with:
    github_token: ${{ secrets.GITHUB_TOKEN }}
    publish_dir: ./public  # Change this to your build output directory

/deploy.yml.@ETEnterprises1

@ETEnterprises1

@ETEnterprises1 ETEnterprises1 moved this to In Progress in [email protected] Oct 5, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in [email protected] Oct 5, 2024
@ETEnterprises1 ETEnterprises1 reopened this Oct 5, 2024
Repository owner locked and limited conversation to collaborators Oct 5, 2024
Repository owner unlocked this conversation Oct 5, 2024
@ETEnterprises1
Copy link
Owner Author

name: https://www.Extraterestrial-Corporations.gov.org

on:@ETEnterprises1
push:-a@ETEnterprises1
branches:-a@ETEnterprises1
- main -a # Change this to your default branch if it's not 'main'

jobs: -a
build: -@ETEnterprises1
runs-on: ubuntu-latest

steps:
- name: Checkout repository
  uses: actions/checkout@v2

- name: Set up Node.js
  uses: actions/setup-node@v2
  with:
    node-version: '14'

- name: Install dependencies
  run: npm install

- name: Build the website
  run: npm run build

- name: Deploy to GitHub Pages
  uses: peaceiris/actions-gh-pages@v3
  with:
    github_token: ${{ secrets.GITHUB_TOKEN }}
    publish_dir: ./public  # Change this to your build output directory

/deploy.yml.@ETEnterprises1

@ETEnterprises1

Repository owner locked and limited conversation to collaborators Oct 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Status: Done
1 participant