GitHub-ghost integration: where does .github go?

I’m working on this GitHub integration to deploy my theme.

I’m confused on the last step that reads:
Copy and paste the following code into a new file in your repository under .github/workflows/main.yml

is .github a file? a directory? Can someone help break this down? It looks like a very helpful integration.

Related posts:

.github is a directory :slight_smile:

So you’re going to have a tree like this:

{Theme}
├───.github
│   └───workflows
│       └───main.yml
1 Like