add jekyll-octicons to published image

This commit is contained in:
Tommy Byrd
2021-12-17 17:43:47 -05:00
parent ff8e5870a6
commit 02eaf6c308
5 changed files with 34 additions and 1 deletions
+25
View File
@@ -61,6 +61,31 @@ jobs:
name: ${{ env.TEST_NAME }}
path: ./test_projects/${{ env.TEST_NAME }}
test-octicons:
runs-on: ubuntu-latest
env:
TEST_NAME: octicons
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Render Action Metadata
run: |
./bin/render_action_metadata Dockerfile > action.yml
- name: Test ${{ env.TEST_NAME }} Project
uses: ./
with:
source: ./test_projects/${{ env.TEST_NAME }}
destination: ./test_projects/${{ env.TEST_NAME }}/_site
token: ${{ secrets.GITHUB_TOKEN }}
- name: Save test results
uses: actions/upload-artifact@v2
with:
name: ${{ env.TEST_NAME }}
path: ./test_projects/${{ env.TEST_NAME }}
test-mojombo:
runs-on: ubuntu-latest
env: