From 7860495b2b52e14d7f383e075bf74b5d4d28f8d7 Mon Sep 17 00:00:00 2001 From: Juliana Karoline Date: Wed, 5 Jun 2024 12:19:04 -0300 Subject: [PATCH] Update Action to add CNAME file --- .github/workflows/pelican.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pelican.yml b/.github/workflows/pelican.yml index df031c7..936efea 100644 --- a/.github/workflows/pelican.yml +++ b/.github/workflows/pelican.yml @@ -9,11 +9,12 @@ on: jobs: build: - runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: bimbimprasetyoafif/pelican-simple@v1 env: - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} \ No newline at end of file + GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} + - name: Create CNAME file + run: echo "saocarlos.pyladies.com" > output/CNAME \ No newline at end of file