Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
LyonSyonII committed Jan 29, 2025
2 parents 95a354b + 95faa60 commit ca9053d
Show file tree
Hide file tree
Showing 29 changed files with 36 additions and 3,049 deletions.
36 changes: 36 additions & 0 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: Deploy development branch to GitHub Pages

on:
# Allows you to run this workflow manually from the Actions tab on GitHub.
workflow_dispatch:

# Allow this job to clone the repo and create a page deployment
permissions:
contents: read
pages: write
id-token: write

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout your repository using git
uses: actions/checkout@v3
with:
ref: "dev"
- name: Install, build, and upload your site output
uses: withastro/action@v2
with:
path: "frontend"
package-manager: pnpm@latest

deploy:
needs: build
runs-on: ubuntu-latest
steps:
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
personal_token: ${{ secrets.DEV_DEPLOY_TOKEN }}
external_repository: lyonsyonii/dev.rust-quest
publish_branch: gh-pages # default: gh-pages
File renamed without changes.
1 change: 0 additions & 1 deletion api/.envrc

This file was deleted.

6 changes: 0 additions & 6 deletions api/.gitignore

This file was deleted.

16 changes: 0 additions & 16 deletions api/Cargo.lock

This file was deleted.

7 changes: 0 additions & 7 deletions api/Cargo.toml

This file was deleted.

108 changes: 0 additions & 108 deletions api/bacon.toml

This file was deleted.

115 changes: 0 additions & 115 deletions api/flake.lock

This file was deleted.

60 changes: 0 additions & 60 deletions api/flake.nix

This file was deleted.

Loading

0 comments on commit ca9053d

Please sign in to comment.