Skip to content

Commit

Permalink
fix repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Steinke committed Feb 8, 2024
1 parent df277dd commit 1ed4319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func main() {
err := app.GenerateStaticWebsite("_site", &app.Handler{
Name: "Hello",
Description: "An Hello World! example",
Resources: app.GitHubPages("REPOSITORY_NAME"),
Resources: app.GitHubPages("simon-says"),
})
if err != nil {
log.Fatal(err)
Expand Down

0 comments on commit 1ed4319

Please sign in to comment.