Skip to content
/ DaxGigan Public template
forked from skills/github-pages

The official website of Dax Gigandet is a hub for his content, advocacy, and updates. Explore his TikTok, OnlyFans, and music, learn about his LGBTQ+ activism, and connect for collaborations—all in one place.

License

Notifications You must be signed in to change notification settings

DaxGigandet/DaxGigan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 

Repository files navigation

name: Deploy Website

on: push: branches: ["main"] workflow_dispatch:

permissions: contents: read pages: write id-token: write

concurrency: group: "pages" cancel-in-progress: false

jobs: build: runs-on: ubuntu-latest steps: - name: 📥 Checkout Repository uses: actions/checkout@v4

  - name: ⚙️ Setup GitHub Pages
    uses: actions/configure-pages@v5

  - name: 🏗️ Build Static Site
    run: mkdir -p _site && cp -r * _site

  - name: 🔧 Fix Permissions for CNAME
    run: |
      echo "daxgigandet.com" > _site/CNAME
      chmod -R 755 _site

  - name: 📤 Upload Build Artifact
    uses: actions/upload-pages-artifact@v3
    with:
      path: _site

deploy: environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest needs: build steps: - name: 🚀 Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4

About

The official website of Dax Gigandet is a hub for his content, advocacy, and updates. Explore his TikTok, OnlyFans, and music, learn about his LGBTQ+ activism, and connect for collaborations—all in one place.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published