Skip to content

Commit

Permalink
Fixed readme and workflow actions for main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
archaeogeek committed Aug 30, 2023
1 parent f72cea0 commit f9be1c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-adocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
id: adocbuild-datasets
uses: avattathil/asciidoctor-action@master
with:
program: "asciidoctor -a variant-dataset -a stylesheet=assets/gemini.css -a docinfo1 'docs/*.asciidoc' 'docs/*.adoc'"
program: "asciidoctor -a variant-dataset -a stylesheet=assets/gemini.css -a docinfo1 -T templates -E slim 'docs/*.asciidoc' 'docs/*.adoc'"
- name: Build services variant
id: adocbuild-services
uses: avattathil/asciidoctor-action@master
with:
program: "asciidoctor -a variant-service -a stylesheet=assets/gemini.css -a docinfo1 'docs/*.asciidoc' 'docs/*.adoc'"
program: "asciidoctor -a variant-service -a stylesheet=assets/gemini.css -a docinfo1 -T templates -E slim 'docs/*.asciidoc' 'docs/*.adoc'"
- name: Deploy docs to ghpages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# gemini DEV BRANCH
# gemini
Resources relating to the UK Gemini metadata profile

Pull requests accepted to this branch get published to the GitPages repository at https://agiorguk.github.io/gemini-dev/
Pull requests accepted to this branch get published to the GitPages repository at https://agiorguk.github.io/gemini/

The published version of GEMINI 2.3 lives at https://www.agi.org.uk/gemini/1037-uk-gemini-standard-and-inspire-implementing-rules/

This branch is for trying out solutions to issues
This is the place to raise and manage issues

0 comments on commit f9be1c2

Please sign in to comment.