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
|
- name: Setup Ruby
|
||||||
uses: ruby/setup-ruby@v1
|
uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: '3.0'
|
ruby-version: '3.2'
|
||||||
bundler-cache: true
|
bundler-cache: true
|
||||||
working-directory: website
|
working-directory: website
|
||||||
|
|
||||||
@ -30,28 +30,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Build site
|
- name: Build site
|
||||||
run: bundle exec jekyll build
|
run: bundle exec jekyll build
|
||||||
|
|
||||||
- name: Upload artifact
|
|
||||||
uses: actions/upload-pages-artifact@v1
|
|
||||||
with:
|
|
||||||
path: ./website/_site
|
|
||||||
|
|
||||||
deploy:
|
- name: Deploy to gh_pages branch
|
||||||
needs: build
|
uses: peaceiris/actions-gh-pages@v4
|
||||||
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
|
with:
|
||||||
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
|
publish_dir: ./website/_site
|
||||||
permissions:
|
publish_branch: gh-pages
|
||||||
pages: write # to deploy to Pages
|
keep_files: true
|
||||||
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
|
|
||||||
@ -11,5 +11,9 @@ google_analytics:
|
|||||||
markdown: kramdown
|
markdown: kramdown
|
||||||
highlighter: rouge
|
highlighter: rouge
|
||||||
|
|
||||||
|
|
||||||
|
url: "https://sudo-jhare.github.io/"
|
||||||
|
baseurl: "FHIRFLARE-IG-Toolkit/"
|
||||||
|
|
||||||
github:
|
github:
|
||||||
repository_url: https://github.com/Sudo-JHare/FHIRFLARE-IG-Toolkit
|
repository_url: https://github.com/Sudo-JHare/FHIRFLARE-IG-Toolkit
|
||||||
Loading…
x
Reference in New Issue
Block a user