Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
schlapzz committed Jul 6, 2023
1 parent 3b9455c commit 4b3d31e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,8 @@ func (g *GitHubReleaser) releaseDocs(ctx context.Context, version string, dagger
WithExec([]string{"git", "remote", "set-url", "origin", "https://schlapzz:[email protected]/puzzle/goff.git"}).
WithExec([]string{"git", "config", "--global", "user.email", "[email protected]"}).
WithExec([]string{"git", "config", "--global", "user.name", "schlapzz"}).
WithExec([]string{"git", "checkout", "gh-pages"}).
WithExec([]string{"git", "fetch"}).
WithExec([]string{"git", "checkout", "origin/gh-pages"}).
WithExec([]string{"mkdocs", "build"}).
WithExec([]string{"rm", "-rf", "docs"}).
WithExec([]string{"mv", "site", "docs"}).
Expand Down

0 comments on commit 4b3d31e

Please sign in to comment.