We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f5bc6 commit 3da77ddCopy full SHA for 3da77dd
.github/workflows/eleventy_build.yml
@@ -3,14 +3,13 @@ on: [push]
3
4
jobs:
5
build_deploy:
6
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
7
steps:
8
- uses: actions/checkout@main
9
- name: Build
10
- uses: TartanLlama/actions-eleventy@v1.2
+ uses: TartanLlama/actions-eleventy@v1.3
11
with:
12
args: --pathprefix='/foss.training/'
13
- install_dependencies: true
14
- name: Deploy
15
uses: peaceiris/actions-gh-pages@v3
16
0 commit comments