Compare commits

...

7 Commits

Author SHA1 Message Date
Jörn Guy Süß
3474d4e7e5 set up the base url 2025-08-04 23:05:52 +10:00
Jörn Guy Süß
f1f69ad32f only add to existing files 2025-08-04 22:46:38 +10:00
Jörn Guy Süß
b10d9a8cec fix: typo - underscore should be dash 2025-08-04 22:29:05 +10:00
Jörn Guy Süß
5277cd16f4 use gh pages 2025-08-04 22:18:58 +10:00
Jörn Guy Süß
850257f977 update ruby 2025-08-04 22:03:46 +10:00
Jörn Guy Süß
6826b7ba59 use v3 2025-08-04 21:59:56 +10:00
Jörn Guy Süß
dac129d16c update upload action to v4 due to deprecation 2025-08-04 21:58:31 +10:00
2 changed files with 12 additions and 25 deletions

View File

@ -20,7 +20,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
ruby-version: '3.2'
bundler-cache: true
working-directory: website
@ -31,27 +31,10 @@ jobs:
- name: Build site
run: bundle exec jekyll build
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
- name: Deploy to gh_pages branch
uses: peaceiris/actions-gh-pages@v4
with:
path: ./website/_site
deploy:
needs: build
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
permissions:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source
# Deploy to the github-pages environment
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./website/_site
publish_branch: gh-pages
keep_files: true

View File

@ -11,5 +11,9 @@ google_analytics:
markdown: kramdown
highlighter: rouge
url: "https://sudo-jhare.github.io/"
baseurl: "FHIRFLARE-IG-Toolkit/"
github:
repository_url: https://github.com/Sudo-JHare/FHIRFLARE-IG-Toolkit