diff --git a/.woodpecker.yml b/.woodpecker.yml index d05b3b5..21981ea 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,13 +3,6 @@ steps: image: peaceiris/mdbook:v0.4.30 commands: - mdbook build - test: - image: peaceiris/mdbook:v0.4.30 - commands: - - ls - - pwd - - cd book && ls - - cd static && ls build_and_release: image: maltegrosse/woodpecker-buildah:0.0.12 settings: diff --git a/Dockerfile b/Dockerfile index 67c744b..c12a796 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,5 @@ FROM nginx:alpine3.17-slim WORKDIR /app -COPY . . - COPY ./nginx.conf /etc/nginx/nginx.conf COPY ./book /app/static \ No newline at end of file