Skip to content

Commit

Permalink
Deploy holding page
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1bo committed Aug 1, 2024
1 parent 6f8ac00 commit 87c1e4a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Deploy to GitHub Pages

on:
push:
branches:
- main

permissions:
contents: write

jobs:
deploy:
name: Deploy tokGitHub Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN || github.token }}
publish_dir: ./holding-page
force_orphan: true
cname: doom.hydra.family

0 comments on commit 87c1e4a

Please sign in to comment.