Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-mayrgundter committed Apr 21, 2024
2 parents d6eb7d3 + 74ba1d0 commit ce8f6a6
Show file tree
Hide file tree
Showing 140 changed files with 458 additions and 6,861 deletions.
34 changes: 34 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: GitHub Pages build and deploy

on:
push:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/configure-pages@v3
id: pages
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm install
- run: npm run build
- uses: actions/upload-pages-artifact@v3
with:
path: ./docs
deploy:
needs: build
permissions:
pages: write
id-token: write
environment:
name: github-pages
url: ${{steps.deployment.outputs.page_url}}
runs-on: ubuntu-latest
steps:
- uses: actions/deploy-pages@v4
id: deployment
9 changes: 7 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
node_modules

# Website is built by GHA, so don't commit
docs

# Temp files
*~
#*
node_modules
.DS_Store
*.log
log
built
t
t
26 changes: 0 additions & 26 deletions docs/404.html

This file was deleted.

164 changes: 0 additions & 164 deletions docs/data/asterisms-clean.dat

This file was deleted.

Loading

0 comments on commit ce8f6a6

Please sign in to comment.