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

Fix tina build #15

Merged
merged 5 commits into from
Apr 6, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
# Trigger the workflow every time you push to the `main` branch
# Using a different branch name? Replace `main` with your branch’s name
push:
branches: [ main ]
branches: [ main, ewangler-fix-fix-cd ]
ewangler marked this conversation as resolved.
Show resolved Hide resolved
# Allows you to run this workflow manually from the Actions tab on GitHub.
workflow_dispatch:

Expand All @@ -27,6 +27,10 @@ jobs:
cache: 'npm'
- name: Install and build astro
shell: 'bash'
env:
NEXT_PUBLIC_TINA_CLIENT_ID: ${{ secrets.TINA_PUBLIC_CLIENT_ID }}
TINA_TOKEN: ${{ secrets.TINA_TOKEN }}
NEXT_PUBLIC_TINA_BRANCH: main
run: |
npm install
npm run build
Expand Down
2 changes: 1 addition & 1 deletion content/party/AKom--CoFor--CommForm.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: AKom / CoFor / CommForm
name: 'AKom / CoFor / CommForm'
links:
- url: 'https://db.scout.ch/de/groups/9292'
label: 'https://db.scout.ch/de/groups/9292'
Expand Down
Loading