build?
Build Adventurer's Guide / Build-PDF (push) Failing after 1m1s Details

main
HeNine 2 years ago
parent 1e5efa8e15
commit 1773a739e0

@ -17,7 +17,7 @@ jobs:
- run: echo "This job is now running on a ${{ runner.os }}." - run: echo "This job is now running on a ${{ runner.os }}."
- run: echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." - run: echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- name: Install node - name: Install node
run: apt update && apt install nodejs run: apt update && apt install -y nodejs
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v3 uses: actions/checkout@v3
- run: echo "The ${{ github.repository }} repository has been cloned to the runner." - run: echo "The ${{ github.repository }} repository has been cloned to the runner."

Loading…
Cancel
Save