Skip to content

Commit

Permalink
only keep one copy of manifest to avoid out of date files
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandria.gomez authored and alexandria.gomez committed Oct 18, 2023
1 parent 305a181 commit ec342af
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 17 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/jekyll_gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Deploy SharePoint Integration Documentation
on:
# Runs on pushes targeting the default branch
push:
branches: ["1.x"]
branches: ['1.x']

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -18,7 +18,7 @@ permissions:
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
group: 'pages'
cancel-in-progress: false

jobs:
Expand All @@ -27,12 +27,19 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Setup Pages
uses: actions/configure-pages@v3

- name: Move LaserficheSharePointIntegrationAppManifest.json
run: cp ./UserDocuments/LaserficheSharePointIntegrationAppManifest.json ./jekyll_files/docs/assets/LaserficheSharePointIntegrationAppManifest.json

- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ parent: Laserfiche SharePoint Integration Administration Guide

1. Open the [Developer Console](https://developer.laserfiche.com/developer-console.html).
<a href="../assets/images/createAppFromManifest.png"><img src="../assets/images/createAppFromManifest.png"></a>
1. Attempt to Create a New App from Manifest, and upload the manifest provided [here](../assets/manifest.json).
1. Attempt to Create a New App from Manifest, and upload the manifest provided [here](../assets/LaserficheSharePointIntegrationAppManifest.json).
<a href="../assets/images/createApplication.png"><img src="../assets/images/createApplication.png"></a>
1. If the attempt fails because an app with that client ID already exists, find the app with that client id by opening [this url](https://app.laserfiche.com/devconsole/apps/8ee987ea-a0b1-4ca2-85c4-a79b335cd214/config) in a new tab.
<a href="../assets/images/clientIdRegistered.png"><img src="../assets/images/clientIdRegistered.png"></a>
Expand Down
14 changes: 0 additions & 14 deletions jekyll_files/docs/assets/manifest.json

This file was deleted.

0 comments on commit ec342af

Please sign in to comment.