Skip to content

vesla0x1 is testing out GitHub Actions 🚀 #4

vesla0x1 is testing out GitHub Actions 🚀

vesla0x1 is testing out GitHub Actions 🚀 #4

name: GitHub Actions Demo
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on: push
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- name: Install Zola
uses: taiki-e/install-action@v2
with:
tool: [email protected]
- name: Check out repository code
uses: actions/checkout@v4
working-directory: ./portfolio

Check failure on line 15 in .github/workflows/github-actions-demo.yaml

View workflow run for this annotation

GitHub Actions / GitHub Actions Demo

Invalid workflow file

The workflow is not valid. .github/workflows/github-actions-demo.yaml (Line: 15, Col: 9): Unexpected value 'working-directory'
- name: Building zola project
run: |
zola build