Skip to content

Commit

Permalink
Documentation deployed from 'documentation' branch; update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertPincus committed Nov 29, 2023
1 parent 4d83326 commit 2df5cc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# Check broken links
#
- name: Broken Link Check
if: ${{ github.ref == 'refs/heads/main'}}
if: ${{ github.ref == 'refs/heads/documentation'}}
uses: technote-space/broken-link-checker-action@v2
with:
TARGET: file://${{ github.workspace }}/doc/ford_site/pages/index.html
Expand All @@ -71,7 +71,7 @@ jobs:
#
- name: Deploy API Documentation
uses: JamesIves/[email protected]
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/documentation' }}
with:
branch: gh-pages
folder: public/
2 changes: 1 addition & 1 deletion doc/jekyll_site/_posts/2023-11-27-v1.7-Release-notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: post
title: "v1.8 Release notes"
title: "v1.7 Release notes"
categories: Release-notes
---

Expand Down

0 comments on commit 2df5cc4

Please sign in to comment.