Skip to content

Commit

Permalink
Update Action to add CNAME file
Browse files Browse the repository at this point in the history
  • Loading branch information
julianaklulo committed Jun 5, 2024
1 parent cc9a333 commit 7860495
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pelican.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Create CNAME file
run: echo "saocarlos.pyladies.com" > output/CNAME

0 comments on commit 7860495

Please sign in to comment.