mirror of
https://github.com/Sudo-JHare/FHIRFLARE-IG-Toolkit.git
synced 2025-11-05 17:45:14 +00:00
Compare commits
7 Commits
2af2fd9b11
...
3474d4e7e5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3474d4e7e5 | ||
|
|
f1f69ad32f | ||
|
|
b10d9a8cec | ||
|
|
5277cd16f4 | ||
|
|
850257f977 | ||
|
|
6826b7ba59 | ||
|
|
dac129d16c |
33
.github/workflows/jekyll.yml
vendored
33
.github/workflows/jekyll.yml
vendored
@ -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
|
||||
|
||||
@ -30,28 +30,11 @@ jobs:
|
||||
|
||||
- name: Build site
|
||||
run: bundle exec jekyll build
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v1
|
||||
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
|
||||
- name: Deploy to gh_pages branch
|
||||
uses: peaceiris/actions-gh-pages@v4
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./website/_site
|
||||
publish_branch: gh-pages
|
||||
keep_files: true
|
||||
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user