Skip to content

Commit db97b71

Browse files
author
Robert Trenaman
committed
Update GitHub Actions to latest versions and sync index.html
1 parent 95a9901 commit db97b71

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121
- name: Setup Pages
22-
uses: actions/configure-pages@v3
22+
uses: actions/configure-pages@v4
2323
- name: Upload artifact
24-
uses: actions/upload-pages-artifact@v2
24+
uses: actions/upload-pages-artifact@v3
2525
with:
2626
path: ./website
2727
- name: Deploy to GitHub Pages
2828
id: deployment
29-
uses: actions/deploy-pages@v2
29+
uses: actions/deploy-pages@v4

website/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,8 +370,8 @@ <h1 class="glow">COGNITIVE ENGINE</h1>
370370
A system where reasoning is explicit, inspectable, and iterative.
371371
</p>
372372
<div class="cta-container">
373-
<a href="wiki/Getting-Started.md" class="cta-button primary">Get Started</a>
374-
<a href="wiki/Architecture.md" class="cta-button">Learn More</a>
373+
<a href="https://github.com/AutoBotSolutions/COGNITIVE-ENGINE/wiki/Getting-Started" class="cta-button primary">Get Started</a>
374+
<a href="https://github.com/AutoBotSolutions/COGNITIVE-ENGINE/wiki/Architecture" class="cta-button">Learn More</a>
375375
</div>
376376
</section>
377377

0 commit comments

Comments
 (0)