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

pages.yml #2

Merged
merged 1 commit into from
Nov 22, 2024
Merged

pages.yml #2

merged 1 commit into from
Nov 22, 2024

Conversation

Robbbo-T
Copy link
Owner

name: Deploy GitHub Pages

on:
push:
branches:
- main
workflow_dispatch:

jobs:
deploy:
runs-on: ubuntu-latest

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

  - name: Setup Node.js environment
    uses: actions/setup-node@v3
    with:
      node-version: '16'

  - name: Install dependencies
    run: npm install

  - name: Build site
    run: npm run build

  - name: Deploy to GitHub Pages
    uses: peaceiris/actions-gh-pages@v4
    with:
      github_token: ${{ secrets.GITHUB_TOKEN }}
      publish_dir: ./dist

@Robbbo-T Robbbo-T merged commit 87a4b76 into GAIA-AIR Nov 22, 2024
1 check failed
Robbbo-T added a commit that referenced this pull request Nov 22, 2024
Merge pull request #2 from Robbbo-T/main
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