Skip to content
Draft
Show file tree
Hide file tree
Changes from all 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
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,14 @@ on:

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

concurrency:
group: deploy-website
cancel-in-progress: true

jobs:
deploy:
uses: OpenAEC-Foundation/github/.github/workflows/deploy-site-with-pages.yml@main
uses: OpenAEC-Foundation/github/.github/workflows/deploy-site.yml@main
with:
deploy_host: ${{ vars.DEPLOY_HOST }}
deploy_port: ${{ vars.DEPLOY_PORT }}
Expand Down
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The OpenAEC Foundation maintains **16 open source repositories** for the AEC (Ar

## Live Website

https://openaec-foundation.github.io/website/
https://open-aec.com/

## Features

Expand Down
2 changes: 1 addition & 1 deletion tools-overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@ <h1>Open AEC Foundation</h1>
<p style="margin-top: 0.5rem;">
<a href="https://github.com/OpenAEC-Foundation">GitHub</a>
&nbsp;•&nbsp;
<a href="https://openaec-foundation.github.io/website/">Website</a>
<a href="https://open-aec.com/">Website</a>
</p>
<p style="margin-top: 1rem; font-size: 0.75rem;">
Gegenereerd: Januari 2026 | 20 repositories | 9 categorieën
Expand Down