Update image URLs in genPosts function #7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy to GitHub Pages | ||
on: | ||
push: | ||
branches: main | ||
workflow_dispatch: | ||
jobs: | ||
deploy: | ||
uses: valiantlynx/valiantlynx-turborepo/.github/workflows/yarn-gh-pages.yml@main | ||
Check failure on line 10 in .github/workflows/gh-pages.yml GitHub Actions / .github/workflows/gh-pages.ymlInvalid workflow file
|
||
permissions: | ||
contents: write | ||
with: | ||
publish_dir: build |