generated from Zeronaut/nbco-hugo-web
gitea action demo
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
This commit is contained in:
parent
41d9726edb
commit
673819c53c
19
.gitea/workflows/demo.yaml
Normal file
19
.gitea/workflows/demo.yaml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
name: Gitea Actions Demo
|
||||||
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
Explore-Gitea-Actions:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
|
||||||
|
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
|
||||||
|
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."
|
||||||
|
- name: Check out repository code
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||||
|
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||||
|
- name: List files in the repository
|
||||||
|
run: |
|
||||||
|
ls ${{ gitea.workspace }}
|
||||||
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
25
content/posts/2024-04-09-joyous-jazz/index.md
Normal file
25
content/posts/2024-04-09-joyous-jazz/index.md
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
---
|
||||||
|
#menus: "Home"
|
||||||
|
title: "Joyous Jazz"
|
||||||
|
date: "2024-04-09"
|
||||||
|
description: "Trying a new jazz club and sharing the joy of music with my partner"
|
||||||
|
# 1. To ensure Netlify triggers a build on our exampleSite instance, we need to change a file in the exampleSite directory.
|
||||||
|
#theme_version: "2.8.2"
|
||||||
|
---
|
||||||
|
|
||||||
|
# Missy Lane's Assembly Room
|
||||||
|
|
||||||
|
We've all lost people and things to the pandemic, and one unfortunate one to go was Raleigh's C-Grace Jazz and Speakeasy club.
|
||||||
|
|
||||||
|
Naturally, I was elated to find out that there's a new Jazz club in Durham, NC. My partner told me about Missy Lane's Assembly Room and we both love jazz a lot so it was incredibly fitting that our first concert date was to a jazz show there.
|
||||||
|
|
||||||
|
ジャズを聴きます
|
||||||
|
(I listen to jazz.)
|
||||||
|
|
||||||
|
> One of my "Covid hobbies" while isolating during the pandemic was to begin learning Japanese (日本語). I've continued and while its time is eerily conincidental it just so happened I learned those phrases and words before going to the concert.
|
||||||
|
|
||||||
|
## The Bad Plus
|
||||||
|
|
||||||
|
## Cocktails and Atmosphere
|
||||||
|
|
||||||
|
## DURM (Durham NC)
|
Loading…
Reference in New Issue
Block a user