Skip to content

deploy to github pages #34

deploy to github pages

deploy to github pages #34

Workflow file for this run

name: hello-world
on: push
jobs:
hello-world:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- run: echo "hello world 🗺️"
- name: Hello world action step
id: hello
uses: bekahwhittle/[email protected]
with:
who-to-greet: 'Mona the Octocat'
- name: Get the output time
run: echo "The time was ${{ steps.hello.outputs.time }}"