Compare commits

..

No commits in common. "3474d4e7e50b21b8d1c3a911c1b306e8baa2ed82" and "2af2fd9b11ea3ac09ed4d3f034420e534443452e" have entirely different histories.

2 changed files with 25 additions and 12 deletions

View File

@ -20,7 +20,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
ruby-version: '3.0'
bundler-cache: true
working-directory: website
@ -30,11 +30,28 @@ jobs:
- name: Build site
run: bundle exec jekyll build
- name: Deploy to gh_pages branch
uses: peaceiris/actions-gh-pages@v4
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./website/_site
publish_branch: gh-pages
keep_files: true
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

View File

@ -11,9 +11,5 @@ 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