diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index eb7b64f..f29c554 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -7,7 +7,7 @@ on: # - main env: nim-version: 'stable' - nim-src: src/${{ github.event.repository.name }}.nim + nim-src: src/pexels.nim deploy-dir: .gh-pages jobs: docs: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2677b42..d99c508 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,5 +26,5 @@ jobs: nim-version: ${{ matrix.nim-version }} repo-token: ${{ secrets.GITHUB_TOKEN }} - run: nimble install -Y - - run: nim c -r src/${{ github.event.repository.name }}.nim + - run: nim c -r src/pexels.nim - run: nimble test